DumboDB, a MongoDB-compatible version-controlled database from DoltHub, now officially supports the --auto-commit flag. When enabled, every database modification automatically creates a commit, giving developers full visibility into how applications interact with the database. The post demonstrates this with a bulk import via MongoDB Compass, revealing that Compass inserts data in batches of 1000 records — something invisible without auto-commit. It also covers using Git-style tags (dumboTag) and dumboDiff to compare database state before and after application runs, enabling debugging and CI verification of database changes. The feature is available across all four DoltHub database flavors.
45.1K Impressions