studio
studio copied to clipboard
Redesign the login screen
Why is there a login flow anyway? 🤔
Why is there a login flow anyway? 🤔
@prologic This is good question. LibSQL Studio can operate without login, but those who login got a few extra benefits such as:
- We provide file upload functionality. We give each user 500mb of file upload.
- Store their connection on our server (this sound insecure and for some use-case, it does not make sense, but we provide some cool features)
- User can invite user to edit their database without expose your database credential.
- You can even limit what table and column user can see or edit. https://github.com/invisal/libsql-studio/issues/69
- Provide mini Grafana-like dashboard design (this is in v0.5.0 roadmap)
File Upload
https://github.com/invisal/libsql-studio/assets/4539653/824cb1b5-c902-4b97-a207-15a2f8ab607e
Full Rich Editor