autocommit property

bool autocommit

Checks whether the connection is in autocommit mode. The connection is in autocommit by default, except when inside a transaction.

For details, see https://www.sqlite.org/c3ref/get_autocommit.html

Implementation

bool get autocommit;