You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/modernc.org/sqlite
Wim 4fd0a76727
Update dependencies (#1929)
2 years ago
..
lib Update dependencies (#1929) 2 years ago
AUTHORS Update dependencies (#1929) 2 years ago
CONTRIBUTORS Update dependencies (#1929) 2 years ago
LICENSE Add dependencies/vendor (whatsapp) 2 years ago
Makefile Update dependencies (#1929) 2 years ago
README.md Update dependencies (#1929) 2 years ago
SQLITE-LICENSE Add dependencies/vendor (whatsapp) 2 years ago
doc.go Update dependencies (#1929) 2 years ago
embed.db Update dependencies and go1.18 (#1873) 2 years ago
embed2.db Update dependencies and go1.18 (#1873) 2 years ago
generator.go Update dependencies (#1929) 2 years ago
mutex.go Add dependencies/vendor (whatsapp) 2 years ago
norlimit.go Update dependencies and go1.18 (#1873) 2 years ago
rlimit.go Update dependencies and go1.18 (#1873) 2 years ago
rulimit.go Update dependencies and go1.18 (#1873) 2 years ago
sqlite.go Update dependencies (#1841) 2 years ago
sqlite_go18.go Add dependencies/vendor (whatsapp) 2 years ago
tpch.sh Add dependencies/vendor (whatsapp) 2 years ago
unconvert.sh Update dependencies (#1929) 2 years ago

README.md

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