get_url
Returns the SQLALCHEMY_DATABASE_URI from the settings as a string.
def get_url() - > string
Retrieves the database connection string from the application settings.
Returns
| Type | Description |
|---|---|
string | The full SQLAlchemy database URI as a string, used for establishing database connections. |