[][src]Module c3p0_pool_sqlite::r2d2

Modules

event

Event subscriptions.

Structs

Builder

A builder for a connection pool.

Error

The error type returned by methods in this crate.

LoggingErrorHandler

A HandleError implementation which logs at the error level.

NopConnectionCustomizer

A CustomizeConnection which does nothing.

NopErrorHandler

A HandleError implementation which does nothing.

Pool

A generic connection pool.

PooledConnection

A smart pointer wrapping a connection.

SqliteConnectionManager

An r2d2::ManageConnection for rusqlite::Connections.

State

Information about the state of a Pool.

Traits

CustomizeConnection

A trait which allows for customization of connections.

HandleError

A trait which handles errors reported by the ManageConnection.

ManageConnection

A trait which provides connection-specific functionality.