This module handels the parameters to connect to the database.
The following environment variables are supported:
- DATABASE_URL
- DEBUG
- DB_RETRY: Time to wait before trying new connection attempt. (Default 5)
- DB_MAX_RETRIES: Limit for retry attempts. (Default 100)