← Ecosystem map

DALgoLive

Database abstraction layer for Go — one small, consistent API across Firestore, SQL, SQLite, inGitDB, and more.

Why

Apps that want to run on user-chosen storage cannot be welded to one vendor’s database API.

Connects to

The Sneat backend, OpenVaultDB, and inGitDB all speak DALgo; each new adapter (Postgres, MySQL, Badger, BuntDB…) widens where the whole ecosystem can run.

What it makes possible

Storage becomes a deployment decision, not an architecture decision — the technical precondition for user-owned data.

In the graph

Notes

  • — OpenVaultDB prototype runs Sneat end-to-end