From b3309dd92d795c8bac14c7b898812b96fcc63b86 Mon Sep 17 00:00:00 2001 From: Arnau Siches Date: Wed, 29 Sep 2021 07:23:01 +0100 Subject: [PATCH] data: Add SQLime Signed-off-by: Arnau Siches --- README.md | 1 + data/thing.csv | 1 + data/thing_tag.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ee5eb6..4ec0b68 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Useful tools to work with SQLite. | [datasette](https://github.com/simonw/datasette) | An open source multi-tool for exploring and publishing data. | python | | [rqlite](https://github.com/rqlite/rqlite) | A distributed relational database. | go | | [sqleton](https://github.com/inukshuk/sqleton) | A tool to visualise SQLite database schemas. | javascript | +| [sqlime](https://sqlime.org/) | An online SQLite playground for debugging and sharing SQL snippets. Kinda like JSFiddle or CodePen, but for SQL instead of JavaScript. | webassembly | | [sqlite-utils](https://github.com/simonw/sqlite-utils) | Python CLI utility and library for manipulating SQLite databases. | python | | [sqlitebiter](https://github.com/thombashi/sqlitebiter) | A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file. | python | diff --git a/data/thing.csv b/data/thing.csv index 18a7e22..a879dff 100644 --- a/data/thing.csv +++ b/data/thing.csv @@ -13,3 +13,4 @@ https://github.com/thombashi/sqlitebiter,sqlitebiter,A CLI tool to convert CSV / https://github.com/aergoio/litetree,LiteTree,A modified version of the SQLite engine to support branches a-la Git.,application https://github.com/epilys/bibliothecula,bibliothecula,"Document organizer with tags and full-text-search, in a simple and clean sqlite3 schema",application https://github.com/dyedgreen/deno-sqlite,deno-sqlite,A Deno module with SQLite embedded as WebAssembly,javascript +https://sqlime.org/,sqlime,"An online SQLite playground for debugging and sharing SQL snippets. Kinda like JSFiddle or CodePen, but for SQL instead of JavaScript.",utilities diff --git a/data/thing_tag.csv b/data/thing_tag.csv index 26c4478..96c598c 100644 --- a/data/thing_tag.csv +++ b/data/thing_tag.csv @@ -17,3 +17,4 @@ https://github.com/epilys/bibliothecula,python https://github.com/epilys/bibliothecula,rust https://github.com/dyedgreen/deno-sqlite,webassembly https://github.com/dyedgreen/deno-sqlite,deno +https://sqlime.org/,webassembly