dbos-inc / dbos-transact-py

Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244 stars 7 forks source link

get_dbos_database_url #69

Closed devhawk closed 2 months ago

devhawk commented 2 months ago

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: