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

Implement create_database() and remove_database() methods #34

Closed
jesper-friis opened this issue Nov 14, 2022 · 0 comments · Fixed by #39
Closed

Implement create_database() and remove_database() methods #34

jesper-friis opened this issue Nov 14, 2022 · 0 comments · Fixed by #39
Labels
enhancement New feature or request

Comments

@jesper-friis
Copy link
Contributor

jesper-friis commented Nov 14, 2022

They should be optional for the backend to implement, depending on whether they support the concept of several databases.

Connection to a database is done in the __init__() method. Add a database=None keyword argument to __init__() method, such that accessing a specific database can be done in a homogenions way across backends.

@jesper-friis jesper-friis changed the title Implement create_database() and remove_database() methods. Implement create_database() and remove_database() methods Nov 14, 2022
@jesper-friis jesper-friis added the enhancement New feature or request label Nov 14, 2022
@jesper-friis jesper-friis linked a pull request Nov 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant