mautbach/dbastion
Governed database access for AI agents
This tool acts as a safeguard between your AI agents and your production databases. It automatically reviews SQL commands generated by AI, identifying and blocking potentially harmful operations like mass deletions or costly unbounded queries. Data professionals and engineers leveraging AI for database interactions use this to ensure data integrity and manage query expenses.
Available on PyPI.
Use this if you need to give AI agents access to your database but want strict control and oversight over the SQL commands they execute, especially for protecting production data and managing costs.
Not ideal if you are manually writing all your SQL queries, as its primary purpose is to govern AI-generated database interactions.
Stars
11
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/mautbach/dbastion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dolthub/dolt
Dolt – Git for Data
DataPupOrg/DataPup
A modern, AI-assisted, cross-platform database client - free
eosho/langchain_data_agent
NL2SQL - Ask questions in plain English, get SQL queries and results. Powered by LangGraph.
colesmcintosh/langchain-salesforce
Langchain integration for Salesforce CRM, providing tools for SOQL queries, object schema...
vstorm-co/database-pydantic-ai
Database toolset for PydanticAI — schema exploration, SQL queries, and data analysis with...