Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/sqlite3
modernc.org/sqlite fork for sqlite
https://github.com/nobonobo/sqlite3
Last synced: 22 days ago
JSON representation
modernc.org/sqlite fork for sqlite
- Host: GitHub
- URL: https://github.com/nobonobo/sqlite3
- Owner: nobonobo
- License: bsd-3-clause
- Created: 2021-08-03T05:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T05:59:02.000Z (over 3 years ago)
- Last Synced: 2023-03-23T11:32:21.878Z (almost 2 years ago)
- Language: Go
- Size: 73.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://godoc.org/modernc.org/sqlite)
Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite)