https://github.com/nopjmp/sqlite
Sqlite driver based off of rsc.io/sqlite. Designed around minimalism and efficiency
https://github.com/nopjmp/sqlite
golang minimal sqlite sqlite3
Last synced: 27 days ago
JSON representation
Sqlite driver based off of rsc.io/sqlite. Designed around minimalism and efficiency
- Host: GitHub
- URL: https://github.com/nopjmp/sqlite
- Owner: nopjmp
- License: other
- Created: 2018-08-16T04:58:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T04:14:37.000Z (almost 7 years ago)
- Last Synced: 2025-12-25T22:36:03.527Z (6 months ago)
- Topics: golang, minimal, sqlite, sqlite3
- Language: Go
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
go get [-u] github.com/nopjmp/sqlite
This driver does not support shared databases.
I'm not using it in my applications, but contributions are appreciated.