source: code/trunk/vendor/modernc.org/sqlite/README.md@ 823

Last change on this file since 823 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 743 bytes
Line 
1# sqlite
2
3Package 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.
4
5SQLite is an in-process implementation of a self-contained, serverless,
6zero-configuration, transactional SQL database engine.
7
8## Thanks
9
10This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by
11allowing one of the maintainers to work on it also in office hours.
12
13## Installation
14
15 $ go get modernc.org/sqlite
16
17## Documentation
18
19[godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)
20
21## Builders
22
23[modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)
Note: See TracBrowser for help on using the repository browser.