add postgres where clause for table data query.

add ui for where clause
This commit is contained in:
2024-07-14 12:50:17 +02:00
parent fd076517dc
commit bb16b2db43
10 changed files with 190 additions and 21 deletions

13
TODO.md Normal file
View File

@@ -0,0 +1,13 @@
# TODO
## Databases
- [ ] Fully support PostgreSQL and MySQL
- [ ] Add support for SQLite
- [ ] Add support for MSSQL
- [ ] Add support for MongoDB
- [ ] Add support for Redis
## Nice to have
- [ ] Seed database with fake data (something like mockaroo, but taking advantage of db introspection)