update README and TODO

This commit is contained in:
2026-04-17 19:46:08 -05:00
parent 8c1fa9ebdc
commit 70dcf82234
2 changed files with 7 additions and 10 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ After the point where it reaches feature parity with Venice circa 2006.
## Immediate Cleanups Required
* A better way to set up the database than `setup/database.sql`. Bring the table setup into the application somehow.
The [migrate](https://github.com/golang-migrate/migrate) library might be of use here.
* Database format migrations.
* <s>A better way to set up the database than `setup/database.sql`. Bring the table setup into the application somehow.
The [migrate](https://github.com/golang-migrate/migrate) library might be of use here.</s>
* ~~Database format migrations.~~
* Allow use of Postgres as a database.
* Dockerization.
* Implement proper help and online documentation.