diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 05:44:42 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 05:44:42 +0530 |
commit | 59f1eb1219d744792f3bda9d7ab55338b028d2ac (patch) | |
tree | f8905a93ae05d1da78e61a5e2a191f878496b484 /README.md | |
parent | fd03fd5968e5cd49120b9402acaa3e4ddfecda46 (diff) |
README.md & handler: excluding go-sqlite for modernc-sqlite
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +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) +- [x] Exclude [go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) as the SQLite3 driver in favor of a CGO-free port written in pure Go - [modernc-sqlite](https://pkg.go.dev/modernc.org/sqlite) (to avoid CGO cross-compilation errors) - [ ] Create a Github workflow for binary releases and docker image packages ## License |