mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-05-02 23:11:33 +00:00
12 lines
426 B
Markdown
12 lines
426 B
Markdown
# 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](http://godoc.org/modernc.org/sqlite)
|
|
|
|
Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)
|