Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailscale/sqlite
work in progress
https://github.com/tailscale/sqlite
Last synced: 1 day ago
JSON representation
work in progress
- Host: GitHub
- URL: https://github.com/tailscale/sqlite
- Owner: tailscale
- License: bsd-3-clause
- Created: 2021-06-08T17:33:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:42:56.000Z (3 months ago)
- Last Synced: 2024-08-16T19:06:48.133Z (3 months ago)
- Language: Go
- Size: 3.95 MB
- Stars: 186
- Watchers: 31
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# SQLite driver for Go `database/sql`
Work in progress. Nothing to see here.
## Updating SQLite
The script `update-sqlite.sh` at the top of the repository partially automates
this process. It expects a SQLite amalgamation URL as the first argument:```
./update-sqlite.sh https://sqlite.org/2024/sqlite-amalgamation-3460100.zip
```