Structsยง
- Read
Connection - A request guard which retrieves a single connection to a
Databaseusing the read_url. - Read
Pool - A pool which supports separate read-write and read-only connections. Example:
- RwConnection
- A request guard which retrieves a single connection to a
Databaseusing the main connection url. Can be downgraded into aReadConnection