class

SQLite3::Connection

Inherits DB::Connection < DB::BeginTransaction < DB::SessionMethods < DB::QueryMethods < DB::Disposable < Reference < Object

Constructors

new(options : DB::Connection::Options, sqlite3_options : Options)
Source

Class methods

filename(uri : URI)
Source

Instance methods

build_prepared_statement(query) : Statement

:nodoc:

Source
build_unprepared_statement(query) : Statement

:nodoc:

Source
do_close

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

Source

Dump the database to another SQLite3 database. This can be used for backing up a SQLite3 Database to disk or the opposite

Source
to_unsafe
Source

Nested types