A database IDE for your agents!

Very excited to share this with you all early: We've been working on a free, desktop database IDE for valv!

It is a file based database client that lets you

  • bring your own agent

  • connect your DBs and MCPs

  • build HTML dashboards

  • use codemode for complex analysis

  • get citations for validation

  • work on SQL, tables and more

  • have your agents learn about your DB

  • create git backed workspaces to share queries and dashboards with your team

All free, early for you before a full launch to download at

Would love to hear your feedback!

62 views

Add a comment

Replies

Best

Finally a client that assumes agents will be doing most of the querying. The citations for validation feature caught my eye. How does that work under the hood?


 Hey, glad to hear! The agent can reference any of the queries it did to get to the result it is showing. You can dig into that to view the raw query and data.

This feels super for onboarding agents to messy legacy scheme. Does the agent learning part build some kind of persistent context about tables and relationships?


 Hey, yes exactly! It remembers information about relations, tables, fields and even definitions of what a certain kpi or number means to you.

Codemode for complex analysis sounds great. I often hit a wall where SQL alone is not enough and I have to jump to Python. Is codemode basically a notebook inside the IDE?

 For the agent it's essentially a way to write a script with multiple queries and logic in-between to process that data. That means it can do a full analysis and transformation of the data in one go.

Would you be interested in more manual notebooks?

 Thought a bit more about this and added a new feature here! In addition to sql files you can now also work on TS files! That means the agent and you can write and iterate on code that runs queries, processes the data and returns it in a format that you can immediately process further