Skip to content

Commit

Permalink
data: Add SQLime
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Sep 29, 2021
1 parent c6cf83c commit b3309dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3309dd

Please sign in to comment.