mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-19 22:24:44 +08:00
310 B
310 B
sqlite
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress)
Installation
$ go get github.com/cznic/sqlite
Documentation: godoc.org/github.com/cznic/sqlite