# 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)