esja icon indicating copy to clipboard operation
esja copied to clipboard

Make "initialize schema" optional in SQLStore

Open m110 opened this issue 1 year ago • 0 comments

SQLStore initializes the schema on each instantiation now.

Like in watermill-sql, let's introduce a setting for this in the SQLConfig.

watermill-sql also checks if the passed db is not a Tx in which case the schema would implicitly commit the ongoing transaction.

m110 avatar Dec 08 '22 20:12 m110