SQLite3::Connection
Inherits DB::Connection < DB::BeginTransaction < DB::SessionMethods < DB::QueryMethods < DB::Disposable < Reference < Object
Constructors
Class methods
Instance methods
do_close
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
dump(to : SQLite3::Connection)
Dump the database to another SQLite3 database. This can be used for backing up a SQLite3 Database to disk or the opposite
to_unsafe
Source