diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-07 22:09:01 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-07 22:13:09 -0500 |
commit | 27384b1735cc558614ccfc3b9cac89bcd5869b4d (patch) | |
tree | 2301703e338240166401833837e39f5316edb496 /README.md | |
parent | 3123f09ce08d3824671ca218bef66c28748bda07 (diff) |
Use UUIDs ...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,9 +4,7 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework. ## TODO -* 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. |