gatus/vendor/modernc.org/sqlite
2021-10-03 22:15:20 -04:00
..
lib Update dependencies 2021-10-03 22:15:20 -04:00
AUTHORS Update dependencies 2021-10-03 22:15:20 -04:00
CONTRIBUTORS Update dependencies 2021-10-03 22:15:20 -04:00
doc.go Update dependencies 2021-10-03 22:15:20 -04:00
generator.go Update dependencies 2021-10-03 22:15:20 -04:00
LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
Makefile Update dependencies 2021-10-03 22:15:20 -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
rlimit_freebsd.go Update dependencies 2021-10-03 22:15:20 -04:00
rlimit.go Update dependencies 2021-10-03 22:15:20 -04:00
sqlite_go18.go Update dependencies 2021-10-03 22:15:20 -04:00
SQLITE-LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
sqlite.go Update dependencies 2021-10-03 22:15:20 -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