Alternatives
Products that do what SQL to C translator for SQLite does
- 1TE
2019 · github.com
- 2ST
2012 · querymongo.com
- 3CQ
2021 · github.com
- 4MI
2021 · github.com
- 5AA
2019 · askdata.com
- 6AP
2018 · github.com
- 7ST
2016 · github.com
- 8LA
Mar 2026 · marcobambini.substack.com
- 9RC
2020 · github.com
- 10DC
2017 · simonwillison.net
- 11SG
2019 · github.com
- 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/_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
- 13LA
2019 · litecli.com
- 14CP
2020 · github.com
- 15WW
2021 · superintendent.app
- 16NL
2016 · kueri.me
- 17IA
2022 · github.com
- 18

- 19SP
2016 · github.com
- 20SC
2019 · conroy.org
- 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
- 22CD
2021 · github.com
- 23DM
2014 · github.com
- 24AU
2017 · sqlify.io
Ranked by how close each launch is in meaning, then by votes. Refine with a description →