← Ecosystem map

inGitDBBuilding

A Git-backed versioned database — data as plain YAML/JSON files with history, review, and CI for free.

Why

For a large class of data — specs, catalogs, decisions, personal records — Git already solved versioning, diffing, review, and ownership. It just needed a database interface.

Connects to

One of OpenVaultDB’s storage engines; a DALgo adapter makes it a drop-in backend for Go apps; used as the planning and issue-tracking store for the ecosystem itself.

What it makes possible

Databases that humans can read, diff, and own — and that AI agents can safely propose changes to via pull requests.

In the graph

  • inGitDB connects DALgo — DALgo adapter
  • OpenVaultDB needs inGitDB — storage engine

Notes

  • — OpenVaultDB prototype runs Sneat end-to-end