summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 05:02:55 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 05:02:55 +0530
commitfd03fd5968e5cd49120b9402acaa3e4ddfecda46 (patch)
tree60ec2c498106a76b09ff1c6f897f6824fbf0234c
parent75a1922a02f9488f605b8c49994b28b8e764d6be (diff)
README.md: Adding TODO to exclude go-sqlite3 driver
-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