Hi builders :)
during my work as a QA engineer, I realized that working with SQL is hard.
ChatGPT can't help because it doesn't know the Tables in the Database.
So I built DB Chat a database client that lets you use ChatGPT or Claude to talk to your DB.
Would love to know your thoughts!
Best, Max
Super handy bridge between data and dialogue. Does it support natural language queries that span multiple tables or join conditions? That’s usually where most tools start to sweat.
Hi @shreyans_assistiv, thanks :). In the current version the database schema is sent as context to the AI. So queries across multiple tables are also supported. However, the current limitation is the context limit of the chosen AI model. That means if the schema data is too long, it might exceed what the AI model can consume as context.
3D Bluesky Chart
@maxrohowsky LFG!
FinalCuts.pro
Super handy bridge between data and dialogue. Does it support natural language queries that span multiple tables or join conditions? That’s usually where most tools start to sweat.
3D Bluesky Chart
Hi @shreyans_assistiv, thanks :). In the current version the database schema is sent as context to the AI. So queries across multiple tables are also supported. However, the current limitation is the context limit of the chosen AI model. That means if the schema data is too long, it might exceed what the AI model can consume as context.