Skip to content

Support for "begin immediate" and "begin exclusive"

Loosely related to #78 (closed), a feature I'm missing trying to support this library in my apps in place of the mattn driver, is the ability to have transactions start with either begin immediate or begin exclusive, instead of plain begin.

The mattn driver exposes this via a DSN query parameter.