Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] database helpers functions don't support custom create_engine() #728

Open
AlonMorgen opened this issue Feb 20, 2024 · 0 comments

Comments

@AlonMorgen
Copy link

functions like "database_exists()" uses sa.create_engine(url) which is the most common way, but in some cases you want to pass arguments to the create_engine function, such as creator function that uses another mechanism to get a database connection.

It would be nice if the library could support having an "engine" from outside, and not generate it inside the function. this way we can use customized engines and not just use the sa.create_engine(url) that is generated for us by the utility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant