Open m110 opened 1 year ago
SQLStore initializes the schema on each instantiation now.
Like in watermill-sql, let's introduce a setting for this in the SQLConfig.
SQLConfig
watermill-sql also checks if the passed db is not a Tx in which case the schema would implicitly commit the ongoing transaction.
db
Tx
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 aTx
in which case the schema would implicitly commit the ongoing transaction.