auth/vendor/modernc.org/sqlite
Maxim Lebedev e7a128d69e
:pin: Upgraded and vendored go modules
2023-03-16 21:02:14 +06:00
..
lib :pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
AUTHORS :pin: Upgraded and vendored go modules 2023-01-16 07:55:38 +06:00
CONTRIBUTORS :pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
LICENSE 📌 Vendored dependencies 2022-06-09 22:35:23 +05:00
Makefile :pin: Upgraded and vendored go modules 2023-01-16 07:55:38 +06:00
README.md :pin: Upgraded and vendored go modules 2023-01-16 07:55:38 +06:00
SQLITE-LICENSE 📌 Vendored dependencies 2022-06-09 22:35:23 +05:00
doc.go :pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
embed.db ⬆️ Upgraded go modules 2022-07-29 01:31:28 +05:00
embed2.db ⬆️ Upgraded go modules 2022-07-29 01:31:28 +05:00
generator.go :pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
mutex.go 📌 Vendored dependencies 2022-06-09 22:35:23 +05:00
norlimit.go ⬆️ Upgraded go modules 2022-07-29 01:31:28 +05:00
rlimit.go ⬆️ Upgraded go modules 2022-07-29 01:31:28 +05:00
rulimit.go ⬆️ Upgraded go modules 2022-07-29 01:31:28 +05:00
sqlite.go :pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
sqlite_go18.go 📌 Vendored dependencies 2022-06-09 22:35:23 +05:00
tpch.sh 📌 Vendored dependencies 2022-06-09 22:35:23 +05:00
unconvert.sh :pin: Upgraded and vendored go modules 2023-01-16 07:55:38 +06:00

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