List view
[ ] `-demo` flag to preview the app with dummy data. [ ] `-version` flag to print the version number.
No due date•1/2 issues closed- [ ] Work with at least 3 data sources: MySQL, PostgreSQL, SQLite. - [x] Ability to switch among data sources without restarting the application. - [x] Ability to start the application with a specific 1 data source (by using `-dsn` param). - [x] Ability to read user-specific, folder-specific, and custom (by using `-f` param) config files (`dbui.conf`). - [x] User-specific. - [x] Folder-specific. - [x] Custom. - [x] Notify about errors. - [ ] Do not crash, do not hang (as much as possible). - [x] Provide basic functionality: - [x] List data sources. - [x] List databases in a data source. - [x] List tables in a selected database. - [x] Preview data for a selected table. - [x] Preview result for an executed query. - [x] Describe a selected table.
No due date•3/5 issues closed