Skip to main content

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

TypeDescription
stringThe full SQLAlchemy database URI as a string, used for establishing database connections.