blob: c7bbeb797dac3727967f365e8c8cd578f349e407 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# sqlite
Package sqlite is a CGo-free port of SQLite.
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)
|