class SQLite3::Connection

Defined in:

lib/sqlite3/src/sqlite3/connection.cr
framework/ext/sqlite3.cr

Instance Method Summary

Instance Method Detail

def do_close #
Description copied from module DB::Disposable

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.


[View source]