Module barrel::connectors [] [src]

Database connection backends

Modules

diesel

The connection module that handles databases via the diesel Connections

Structs

Connector

Enums

ConnectionError

An error type that describes what went wrong when connection to a database

Traits

DbConnection

A very simple connection type that wraps around Diesel connections (and potentially more)