Exqlite.Connection.handle_begin
You're seeing just the function
handle_begin
, go back to Exqlite.Connection module for more information.
Begin a transaction.
For full info refer to sqlite docs: https://sqlite.org/lang_transaction.html
Note: default transaction mode is DEFERRED.