pub static DB_POOL: Lazy<SqlitePool>Expand description
The DB_POOL is a global connection pool for SQLite database.
It is initialized lazily when first accessed, using the DATABASE_URL
environment variable to determine the database location.
pub static DB_POOL: Lazy<SqlitePool>The DB_POOL is a global connection pool for SQLite database.
It is initialized lazily when first accessed, using the DATABASE_URL
environment variable to determine the database location.