Multi-user and multi-service base #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Abstract the database layer so multiple gobank services (demo, accounts, workflow, customers) can share one database safely.
Requirements
*sql.DBinstance passed to each service's storeCurrent State
gobank demo currently creates its own
*sql.DBininitDB()and passes it to go-luca'sSQLLedgerand gobanks-customers'CustomerStore. This pattern needs to be formalised.Acceptance Criteria
Registrythat services register their migrations withMigrated from Codeberg: originally #2, opened 2026-03-25.