#Mac SQL client that explains your database to you

7 messages · Page 1 of 1 (latest)

opal apex
#

Hey folks, I built a sql client for mac where your entire db schema is available in LLM context. You can chat with your database or run an “LLM analysis” that uses system info (slow queries, indexes usage, connections, etc.) to give optimization tips. You just ask questions in plain english ("show me active users from last week") and it generates/runs the SQL.

Feedback would mean a lot:
https://apps.apple.com/us/app/tableai-ai-database-client/id6756276598

ps: fully local, no third-party sdk/analytics, your machine connects directly to your db. Passwords are safely stored in your mac keychain.

faint bane
#

Whats the difference from the llm just doing it while working?

opal apex
#

it’s a full database client, not just a chat box with SQL output. You get a proper data grid, schema browser, query history, editing, etc.

like one thing I love there: you can preview referenced rows in one click without jumping tabs

opal apex
faint bane
opal apex