Skip to content

Commit 8a51987

Browse files
authored
📝 update readme
1 parent af36834 commit 8a51987

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,17 @@ Currently the application supports:
6161

6262
> Contributions welcome for additional database support
6363
64-
# Goals
64+
# Features
6565

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
7071

7172
# Maybe to do
7273

74+
- [ ] Export/save data or use some kind of local connections config file for sharing between people
7375
- [ ] Creation of DB instances on the user's machine - SQLite? PG? Docker?
7476
- [ ] Run a parameterized query using a CSV for multiple inputs?
7577

0 commit comments

Comments
 (0)