diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 05:02:55 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 05:02:55 +0530 |
commit | fd03fd5968e5cd49120b9402acaa3e4ddfecda46 (patch) | |
tree | 60ec2c498106a76b09ff1c6f897f6824fbf0234c /README.md | |
parent | 75a1922a02f9488f605b8c49994b28b8e764d6be (diff) |
README.md: Adding TODO to exclude go-sqlite3 driver
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |