gatus/vendor/modernc.org/sqlite
2022-12-01 20:26:14 -05:00
..
lib test: Fix failing tests 2022-12-01 20:26:14 -05:00
AUTHORS chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
CONTRIBUTORS chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
doc.go chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
generator.go chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
Makefile chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
mutex.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
norlimit.go test: Fix failing tests 2022-12-01 20:26:14 -05:00
README.md chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
rlimit.go chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
rulimit.go test: Fix failing tests 2022-12-01 20:26:14 -05: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 chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00
tpch.sh test: Fix failing tests 2022-12-01 20:26:14 -05:00
unconvert.sh chore(deps): Update sqlite dependencies 2022-12-01 20:19:56 -05:00

sqlite

Package sqlite is a cgo-free port of SQLite. Although you could see mattn's driver (github.com/mattn/go-sqlite3) in go.mod file, we import it for tests only.

SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.

Thanks

This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by allowing one of the maintainers to work on it also in office hours.

Installation

$ go get modernc.org/sqlite

Documentation

godoc.org/modernc.org/sqlite

Builders

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