mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-30 10:36:21 +08:00
c26bc822d86191c2e3f2334bb6a17c2846843dfe
sqlite
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Installation
$ go get modernc.org/sqlite
Or for installation without CGO enabled:
$ CGO_ENABLED=0 go get modernc.org/sqlite
Documentation: godoc.org/modernc.org/sqlite
Languages
Go
100%