Sublime
An inspiration engine for ideas
Slick text-to-sql demo with the @vercel ai sdk
• Introspectable SQL
• Generative UI for dataviz
• PostgreSQL based
This is a great OSS starter point to fork and plug into other datasources. (h/t @nicoalbanese10)
https://t.co/NNAiffae9R https://t.co/Wd6v64jagv
Guillermo Rauchx.comsqlcoder is an open-source LLM that converts natural language to high-quality SQL queries, making it easy to query data for even complex schemas and questions
Run it locally with Ollama:
https://t.co/ZUQXX3gaLg
Jeffrey Morganx.com
Cloudflare Agents SDK x Hono x Drizzle is neat. You can use D1 inside the MCP tools. https://t.co/j4fWiPMMhv
SQL Studio
Single binary, single command SQL database explorer. SQL studio supports SQLite , libSQL , PostgreSQL , MySQL and DuckDB .
Local SQLite DB File
sql-studio sqlite [sqlite_db]
Remote libSQL Server
sql-studio libsql [url] [auth_token]
PostgreSQL Server
sql-studio postgres [url]
MySQL/MariaDB Server
sql-studio mysql [url]
Local DuckDB File
sq... See more
Single binary, single command SQL database explorer. SQL studio supports SQLite , libSQL , PostgreSQL , MySQL and DuckDB .
Local SQLite DB File
sql-studio sqlite [sqlite_db]
Remote libSQL Server
sql-studio libsql [url] [auth_token]
PostgreSQL Server
sql-studio postgres [url]
MySQL/MariaDB Server
sql-studio mysql [url]
Local DuckDB File
sq... See more
frectonz • GitHub - frectonz/sql-studio: SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, DuckDB, ClickHouse]

postgres MCP + mermaid/notebooks have completely replaced database clients for my ad-hoc data analysis. being able to query data from my db and visualize it directly in cursor makes everything so much easier. here’s my setup: https://t.co/f4tJ4gtHG8