Seshat is an AI-powered database client for PostgreSQL/Supabase, MySQL/MariaDB, and SQLite. Ask questions about your data in plain English and get instant results โ no account, no setup, free to download.
No reviews yetBe the first to leave a review for Seshat
Maker
๐
๐ Launching Seshat v0.2 โ chat with your database using AI
I've been building a desktop app that lets you query and explore your database through a natural language chat interface. Today I'm putting it out there.
The problem it solves:
Every time you want AI help with your data, you end up copying your schema into ChatGPT, explaining your tables, hoping it gets the column names right, and going back and forth. It's friction that adds up fast.
Seshat eliminates that. Connect your database and start chatting โ the AI already knows your schema.
What you get:
โ Instant insights from your data in plain English
โ Query optimization suggestions with explanations
โ Zero friction โ no schema copy-paste, ever
โ Let the AI write to your database when you need it โ insert records, update rows, or generate realistic sample data to populate your tables for testing
Safety mode โ when you want it. Enable read-only mode and Seshat will never write to your database. Full control over what the AI can and can't do.
Supported databases:
PostgreSQL ยท MySQL ยท SQLite
(which also means Supabase and MariaDB work out of the box)
Seshat comes with a sample sqlite database that you can experiment with.
And it's (currently) free โ no account, no limits, no credit card.
โ ๏ธ This is an alpha release. It's usable and useful today, but there's a lot more coming. If you're curious about where it's headed โ or want to shape it โ join the community Discord (https://discord.gg/pKSzu2Tca3).
Report
love that it also shows the query it ran instead of just showing the output so we can check the logic.
Report
Maker
@nourhan_abdallah you can also save any generated query and run it anytime later.