nowfound

Alternatives

Products that do what Go bindings to SQLite using wazero does

  1. 1LF

    2014 · github.com

  2. 2DC
  3. 3QB
  4. 4GS
  5. 5SW
  6. 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

  7. 7SG
  8. 8MI
  9. 9JE
  10. 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&#x2F;_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

  11. 11SC
  12. 12AE
  13. 13CL

    2020 · github.com

  14. 14TS
  15. 15AH
  16. 16HH
  17. 17WF
  18. 18GB

    2023 · github.com

  19. 19PB

    2016 · github.com

  20. 20LA
  21. 21SS

    2020 · app.swaggerhub.com

  22. 22SS
  23. 23ST

    2015 · alpinejoe.github.io

  24. 24SL

Ranked by how close each launch is in meaning, then by votes. Refine with a description →