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 aefa70891c Update vendor (whatsapp) 3 years ago
..
lib Update vendor (whatsapp) 3 years ago
AUTHORS Add dependencies/vendor (whatsapp) 3 years ago
CONTRIBUTORS Update vendor (whatsapp) 3 years ago
LICENSE Add dependencies/vendor (whatsapp) 3 years ago
Makefile Update vendor (whatsapp) 3 years ago
README.md Add dependencies/vendor (whatsapp) 3 years ago
SQLITE-LICENSE Add dependencies/vendor (whatsapp) 3 years ago
doc.go Update vendor (whatsapp) 3 years ago
generator.go Update vendor (whatsapp) 3 years ago
mutex.go Add dependencies/vendor (whatsapp) 3 years ago
rlimit.go Add dependencies/vendor (whatsapp) 3 years ago
rlimit_freebsd.go Add dependencies/vendor (whatsapp) 3 years ago
sqlite.go Update vendor (whatsapp) 3 years ago
sqlite_go18.go Add dependencies/vendor (whatsapp) 3 years ago
tpch.sh Add dependencies/vendor (whatsapp) 3 years ago
unconvert.sh Add dependencies/vendor (whatsapp) 3 years ago

README.md

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