nowfound

Alternatives

Products that do what SQL to C translator for SQLite does

  1. 1TE

    2019 · github.com

  2. 2ST

    2012 · querymongo.com

  3. 3CQ
  4. 4MI
  5. 5AA
  6. 6AP
  7. 7ST
  8. 8LA

    Mar 2026 · marcobambini.substack.com

  9. 9RC
  10. 10DC
  11. 11SG
  12. 12SQ

    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

  13. 13LA
  14. 14CP
  15. 15WW
  16. 16NL
  17. 17IA
  18. 18

    Turn everyday language into SQL queries

    2025

  19. 19SP
  20. 20SC
  21. 21TB

    Last year, I wanted to learn a bit about how easy it would be to deploy a python app via web assembly to the browser and decided to make a wrapper around the amazing sqlglot by Toby Mao and the rest of the team. The tool lets you paste in Sql queries and translate them between the available sql dialects in sqlglot. It also gives you parse diagnostics and the ability to easily share queries via storing all the state in the url. The stack that was used is typescript for the UI and pyodide to integrate with Sqlglot, which does the heavy lifting. It's more of a toy app but I've found some use…

    2025 · sqlscope.netlify.app

  22. 22CD
  23. 23DM

    2014 · github.com

  24. 24AU

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