summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index be41f4b..abfb727 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ Once the server is running, you can access the API endpoints to upload a file fo
- [x] Perform verification
- [x] Containerize the API
- [x] Optimize Docker Image size (Previously 509MB, Optimized: 22.2MB)
+- [ ] Rewrite db interaction to exclude go-sqlite3 and utilize a pure Go database library (avoiding CGO cross-compilation errors)
- [ ] Create a Github workflow for binary releases and docker image packages
## License