mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-06-16 23:48:36 +00:00
008afc1dac0798db93777815d9c9ea9d36b06c9b
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
Documentation: godoc.org/modernc.org/sqlite
Builders: modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
Description
Package sqlite is a CGo-free port of SQLite/SQLite3.
SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Languages
Go
100%