Alternatives
Products that do what Go bindings to SQLite using wazero does
- 1LFLINQ for Go▲84
2014 · github.com
- 2DC
2017 · simonwillison.net
- 3QB
2017 · therecipe.github.io
- 4GS
2016 · github.com
- 5SW
2014 · github.com
- 6AW
I've spent the past couple of weeks building a Wasm-to-Go translator. It supports a subset of Wasm useful enough to translate SQLite into 600k LoC (~20 MiB) of Go code. It already passes all of my Go SQLite driver's tests across the 20 platforms I support. Performance compared to https://wazero.io/ is a bit of a mixed bag: code that frequently crosses the Go-Wasm boundary improves, but code that spends most of its time in "Wasm land" doesn't. There's probably room for improvement (I'd love to hear your ideas), but this is also a testament to how good the wazero AOT compiler…
Feb 2026 · github.com
- 7SG
2019 · github.com
- 8MI
2021 · github.com
- 9JE
2020 · github.com
- 10SQ
Part of the workflow for building my website is the generation of a table in tab-separated column format (.tsv). The source data is found in four other .tsv files. I use an SQLite query to perform a 4-way join and write out the new table. For convenience, I wrote a script that encapsulates the query inside a Bash function. The example below illustrates this technique. repertoire() { pushd $CMM_SOURCES/_data sqlite3 <<EOS .headers on .mode tabs .import category.tsv category .import composition.tsv composition .import concert.tsv concert .import program.tsv program .once repertoire.tsv…
2021
- 11SC
2019 · conroy.org
- 12AE
2019 · github.com
- 13CL
2020 · github.com
- 14TS
2020 · github.com
- 15AH
2020 · github.com
- 16HH
2015 · github.com
- 17WF
2019 · github.com
- 18GB
2023 · github.com
- 19PB
2016 · github.com
- 20LA
2019 · litecli.com
- 21SS
2020 · app.swaggerhub.com
- 22SS
2022 · github.com
- 23ST
2015 · alpinejoe.github.io
- 24SL
2017 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →