Crates.io | derive-diesel-connection |
lib.rs | derive-diesel-connection |
version | 4.1.0 |
source | src |
created_at | 2022-07-30 10:40:17.572471 |
updated_at | 2024-03-21 02:41:10.696172 |
description | Derives for diesel-connection |
homepage | |
repository | https://github.com/Bajix/diesel-connection/ |
max_upload_size | |
id | 635438 |
size | 2,816 |
Simple static diesel r2d2 connection pooling.
DATABASE_URL
sets connection url
MAX_DB_CONNECTIONS
sets max connections within connection pool
The dotenv
feature flag enables dotenv loading during pre-main static initialization via dotenvy.