Feature Request: Add global configuration option in new Database(options)
for transactions
(either DEFAULT
, IMMEDIATE
or EXCLUSIVE
)
#1217
Labels
It would be great if we had a global configuration for
BEGIN IMMEDIATE
andBEGIN EXCLUSIVE
at thenew Database()
level (as opposed to invokingdb.transaction(() => {}).immediate();
).The text was updated successfully, but these errors were encountered: