DB_POOL

Static DB_POOL 

Source
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.