diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-06 19:43:55 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-06 19:47:46 -0500 |
commit | c76ba13d24922525a76568ff7d686ba9a310a55e (patch) | |
tree | 248fb3c7d3f2ced962a06a28a7da5d4df3d92fdf /README.md | |
parent | d4f0ce872da63a6f08309bfc5118697a653fada6 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,6 +4,9 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework. ## TODO -* UUIDs in postgres -* Dockerize +* Use UUIDs for primary key in PostgreSQL. +* Dockerize. * Determine how to handle `lib`/dependencies. +* Add GET /resource/{UUID} endpoint. +* Figure out how to build a statically-linked/standalone binary. +* Upgrade to Kore 4.2. |