Alternatives
Products that do what Online SQL Compiler does
Run SQL instantly with a browser-based SQLite compiler
- 1

- 2

- 3

- 4SQ
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
- 5

- 6SP
2021 · sqlime.org
- 7

- 8

- 9

- 10

- 11

- 12

- 13FS
A minimalistic Fluent SQL API for Java built with one compilation unit aimed to resemble the code to your original SQL code
2013 · github.com
- 14SC
2019 · conroy.org
- 15SW
2014 · github.com
- 16BW
2018 · appshare.co
- 17SS
2020 · github.com
- 18CC
2021 · github.com
- 19LA
2019 · litecli.com
- 20IM
Hey everyone! It’s a single executable that you can run on your server using Docker, Systemd, or any other tool you prefer. It provides a simple user-friendly interface to manage all your SQLite databases. Inspired by PhpLiteAdmin, it features a snappy UI and offers power-user functionalities, ability to chat with your database using natural language via OpenAI api, and other features. It’s free to use, with an option for a one-time payment to unlock all features. You can find the demo at https://demo.litequeen.com/ It's early and there's much to add. Some features I think…
2024 · litequeen.com
- 21AP
2018 · github.com
- 22SL
2015 · sqlbolt.com
- 23IW
Hi! I wanted to understand more about databases' internals so I wrote one from scratch. It has a T-SQL inspired syntax with support for functions and procedures. It can be used stand-alone as a SQL engine or with a server allowing for persistence and replication to other connected clients. Performance are nothing near sqlite of course but that's beside the point. It’s a small database engine that can run in a web app as a way to store session data, do small calculations on a web worker, store the document/data the user is editing or facilitate “multiplayer” feature by broadcasting the…
2022 · github.com
- 24RS
Oct 2025 · embedded.sql-workbench.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →