DB_CONN_STR variable
DB_CONN_STR from the environment, read once when this module loads.
Signature:
DB_CONN_STR: string | undefined
Remarks
The fallback database() uses when IMQORMOptions.connectionString is absent. Because it is captured at import time, changing process.env later has no effect on it.