anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

Generate DB connection based on DB config #171

Closed orlade-anz closed 3 years ago

orlade-anz commented 4 years ago

sysl-go's current DB codegen is hardcoded to produce a connection to an in-memory sqlite database with a hardcoded schema. This PR parameterises the codegen with DB config such that the connection created will be to the specified DB.

andrewemeryanz commented 3 years ago

Dormant.