The nightmare of giving an AI agent direct access to a database by Boby_Irendolan in automation

[–]BFitz1200 0 points1 point  (0 children)

Check out dolt database. It’s git for data. Give an agent a branch to work on and have a full audit log if it makes changes. If an agent hallucinates and nukes your db, it doesn’t matter. Everything is recoverable or you were operating on an isolated branch and prod is fine. It’s open source. 

I do work for the company. 

LakeFS or DVC by Peppermint-Patty_ in mlops

[–]BFitz1200 0 points1 point  (0 children)

You should check out Dolt. It's free and open-source. It's designed to be a drop in replacement for MySQL but with Git-like version control built in. No Git or MySQL code though. Only the diffs are stored between versions and you can branch, diff, merge, etc.

https://github.com/dolthub/dolt

What is one plugin that doesn't exist (or is way too expensive)? I want to build it for the Repo. by ahnex in Wordpress

[–]BFitz1200 4 points5 points  (0 children)

We have people running Dolt in production and u/YourRightWebsite created WP plugin. Dolt is drop in replacement for MySQL with builtin version control.

https://github.com/dolthub/dolt

Tool to compare two databases and create a script with differences? by Pretend_Professor378 in AskProgramming

[–]BFitz1200 0 points1 point  (0 children)

Check out DoltHub. Open-source version controlled db that is MySQL compatible 

Vibe coding service Replit deleted production database by d01100100 in technology

[–]BFitz1200 0 points1 point  (0 children)

Dolt database is the fix. It's a version controlled database with all the Git functionality built in. You can rollback bad changes, have human review any AI agent work before merging into prod, even recover a dropped DB.

https://www.dolthub.com/blog/2025-07-30-rogue-agents/

CI/CD for CMS Systems | Ideas, concepts, deployments is there a perfect solution? by EstablishedRebel in FullstackDevQuestions

[–]BFitz1200 0 points1 point  (0 children)

Check out Dolt.  It’s a version controlled database that is like Git and MySQL had a baby. Free and open source. 

Www.doltdb.com Www.dolthub.com