From fd03fd5968e5cd49120b9402acaa3e4ddfecda46 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 26 Dec 2023 05:02:55 +0530 Subject: README.md: Adding TODO to exclude go-sqlite3 driver --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3