Core schema and connection factory #1
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
Provide a connection factory and core schema that all gobank services share.
Connection Factory
NewDB(dsn)— returns*sql.DBconfigured for the targetCore Schema
gobank_schema_versions)luca_,cust_,acc_)Acceptance Criteria
NewDB()factory with pglike/Postgres/CockroachDB supportMigrated from Codeberg: originally #1, opened 2026-03-25.