blob: 268d353fd9adaf21f778889672afd663f6c621ee (
plain)
1
2
3
4
5
6
7
8
9
|
# 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](http://godoc.org/github.com/cznic/sqlite)
|