gatus/vendor/modernc.org/sqlite
2021-07-18 17:29:08 -04:00
..
lib #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
AUTHORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
CONTRIBUTORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
doc.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
generator.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
go.mod #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
go.sum #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
Makefile #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
mutex.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
README.md #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
sqlite_go18.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
SQLITE-LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
sqlite.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
unconvert.sh #136: Start working on database persistence 2021-07-18 17:29:08 -04:00

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

Builders: modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite