File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,17 @@ Currently the application supports:
61
61
62
62
> Contributions welcome for additional database support
63
63
64
- # Goals
64
+ # Features
65
65
66
- - [x] Manage list of connections
67
- - [x] Manage list of common queries with an alias
68
- - [x] Manage/migrate own internal DB in the real app (TBC, should work)
69
- - [x] Support different output formats, e.g. CSV/JSON/Table View
66
+ 1 . Run a single query or a file against any supported database connection
67
+ 2 . Manage database connections
68
+ 3 . Run queries against a database connection
69
+ 4 . Create reusable and parameterized queries
70
+ 5 . View history of queries that were run
70
71
71
72
# Maybe to do
72
73
74
+ - [ ] Export/save data or use some kind of local connections config file for sharing between people
73
75
- [ ] Creation of DB instances on the user's machine - SQLite? PG? Docker?
74
76
- [ ] Run a parameterized query using a CSV for multiple inputs?
75
77
You can’t perform that action at this time.
0 commit comments