aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 04cc6af6824f38da53f1a93ce4e98d665adf647c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

Or for installation without CGO enabled:
    
    $ CGO_ENABLED=0 go get modernc.org/sqlite
    
Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)