[][src]Module oration::db

Handles the database connection pool.

Structs

Conn

Connection request guard type: a wrapper around an r2d2 pooled connection.

Functions

init_pool

Initializes a database pool.

Type Definitions

Pool

An alias to the type for a pool of Diesel SQLite connections.