Skip to content

Commit

Permalink
data: Add sqlite-schema-diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Mar 30, 2024
1 parent 5ed278d commit 25e0cdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Useful tools to work with SQLite.
| [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-loadable-rs](https://github.com/asg017/sqlite-loadable-rs) | A framework for writing fast and performant SQLite extensions in Rust | rust |
| [mvSQLite](https://github.com/losfair/mvsqlite) | MVCC SQLite that runs on FoundationDB. | rust |
| [sqlite-schema-diagram](https://gitlab.com/Screwtapello/sqlite-schema-diagram/) | A SQLite schema diagram generator. | sql |

## Licence

This dataset is licensed under the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/).


1 change: 1 addition & 0 deletions data/tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ webassembly,"WebAssembly","WebAssembly programming language."
git,"Git","Git distributed version control system."
data_analysis,"Data analysis","Tools aiding data analysis work."
tutorial,"Tutorial","Resources for learning SQLite, SQL and related topics."
sql,"SQL","SQL programming language."
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ https://sql.ophir.dev/,SQLPage,A web server driven by SQL queries.,application
https://github.com/zknill/sqledge,SQLedge,A tool to stream changes from Postges to SQLite so the database can run on the edge.,application
https://github.com/orbitinghail/sqlsync,SQLSync,"A collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",application
https://github.com/dgllghr/stanchion,Stanchion,A SQLite extension that brings column-oriented tables to SQLite,extensions
https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sqlite-schema-diagram,A SQLite schema diagram generator.,utilities
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ https://github.com/orbitinghail/sqlsync,rust
https://github.com/dgllghr/stanchion,c
https://github.com/dgllghr/stanchion,data_analysis
https://github.com/dgllghr/stanchion,zig
https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sql

0 comments on commit 25e0cdf

Please sign in to comment.