Crate read_db_pools

Crate read_db_pools 

Source

Structsยง

ReadConnection
A request guard which retrieves a single connection to a Database using the read_url.
ReadPool
A pool which supports separate read-write and read-only connections. Example:
RwConnection
A request guard which retrieves a single connection to a Database using the main connection url. Can be downgraded into a ReadConnection