added get_dbos_database_url function to return dbos-config connection info as a URL. This makes setting the sqlalchemy.url field of alembic a single line of code.
Other changes:
snake_case config_file_path param in load_config
change black pre-commit hook to use python3 instead of python3.10
added
get_dbos_database_url
function to return dbos-config connection info as a URL. This makes setting the sqlalchemy.url field of alembic a single line of code.Other changes:
config_file_path
param in load_config