Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tailscale/sqlite

work in progress
https://github.com/tailscale/sqlite

Last synced: 1 day ago
JSON representation

work in progress

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
```