GitHub - zombiezen/go-sqlite: Low-level Go interface to SQLite 3
a CGo-free SQLite package.
- Full SQLite functionality via
modernc.org/sqlite
, an automatically generated translation of the original C source code of SQLite into Go
- Includes a simple schema migration package
- Utilities for running embedded SQL scripts using the Go 1.16 embedding feature
crawshaw - 2018-04-02 : Go and SQLite: when database/sql chafes
go-sqlite3/README.md at master · mattn/go-sqlite3 · GitHub
go-sqlite3 is cgo package. If you want to build your app using go-sqlite3, you need gcc. However, after you have built and installed go-sqlite3 with go install github.com/mattn/go-sqlite3
(which requires gcc), you can build your app without relying on gcc in future.
Golang SQLite database/sql - Earthly Blog
Go sqlite3 - working with sqlite3 in Golang
No comments:
Post a Comment