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
- DALgo powers OpenVaultDB — DALgo driver
- DALgo powers Sneat — storage independence
- inGitDB connects DALgo — DALgo adapter
- DataTug connects DALgo — query model
- Bots Go Framework needs DALgo — storage
Notes
- — OpenVaultDB prototype runs Sneat end-to-end