@@ -5,7 +5,7 @@ category: data-coding
55tags : [learn, sql]
66season : summer
77created : 2021-02-21
8- updated : 2025-02-18
8+ updated : 2026-01-19
99sources : Misc
1010---
1111
@@ -32,13 +32,14 @@ sources: Misc
3232- [ Collection of insane and fun facts about SQLite] ( https://avi.im/blag/2024/sqlite-facts/ )
3333
3434## Tools
35- - [ Trino] ( https://trino.io/ ) – SQL query engine that runs at ludicrous speed. Used to be PrestoSQL.
35+ - [ Trino] ( https://trino.io/ ) : SQL query engine that runs at ludicrous speed. Used to be PrestoSQL.
3636- [ SQLite] ( https://sqliteonline.com/ )
37- - [ Malloy] ( https://www.malloydata.dev/ ) – [ "React of SQL"] ( https://roundup.getdbt.com/p/lots-going-on-metrics-malloy-sanity )
38- - [ Splink] ( https://github.com/moj-analytical-services/splink ) – fast, accurate and scalable probabilistic data linkage
39- - [ Ibis] ( https://github.com/ibis-project/ibis ) – translate Python to SQL
40- - [ SQLGlot] ( https://github.com/tobymao/sqlglot ) – translate between SQL flavours
41- - [ SQLable] ( https://sqlable.com/ ) – format and validate SQL, test SQL regex, generate data, and explore SQL playgrounds
37+ - [ Malloy] ( https://www.malloydata.dev/ ) : [ "React of SQL"] ( https://roundup.getdbt.com/p/lots-going-on-metrics-malloy-sanity )
38+ - [ Splink] ( https://github.com/moj-analytical-services/splink ) : fast, accurate and scalable probabilistic data linkage
39+ - [ Ibis] ( https://github.com/ibis-project/ibis ) : translate Python to SQL
40+ - [ SQLGlot] ( https://github.com/tobymao/sqlglot ) : translate between SQL flavours
41+ - [ SQLable] ( https://sqlable.com/ ) : format & validate SQL, test SQL regex, generate data, SQL playgrounds
42+ - [ TailwindSQL] ( https://github.com/mmarinovic/tailwindsql ) : write SQL as CSS, hah
4243
4344## Snippets
4445- [ Snippets] ( https://sql-snippets.count.co/ )
0 commit comments