You will be building an application for viewing, manipulating existing postgres databases on your computer.
Your users should be able to
- View rows and columns of an existing database
- Add new rows to the db
- Modify rows and column instances
Users can
- Interface with multiple SQL dialects
- Directly execute SQL queries
- Use the application as a desktop (electron) app
- Only edit dbs they have permission to access
- Advanced SQL knowledge
- USer Permissions
- Desktop app development