Struct r2d2_sqlite::SqliteConnectionManager [] [src]

pub struct SqliteConnectionManager { /* fields omitted */ }

An r2d2::ManageConnection for rusqlite::Connections.

Methods

impl SqliteConnectionManager
[src]

Creates a new SqliteConnectionManager from file.

See rusqlite::Connection::open

Creates a new SqliteConnectionManager from file with open flags.

See rusqlite::Connection::open_with_flags

Trait Implementations

impl ManageConnection for SqliteConnectionManager
[src]

The connection type this manager deals with.

The error type returned by Connections.

Attempts to create a new connection.

Determines if the connection is still connected to the database. Read more

Quickly determines if the connection is no longer usable. Read more