TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

refactor: database_dsn_option parameter to return either engine or dsn #601

Closed SteBaum closed 5 months ago

SteBaum commented 5 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

The function database_dsn_option returns an engine while we also need the database-dsn. This PR enables the the function to return both.

Agreements