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

Breaking Abstraction - Database #6

Open
cpkurotori opened this issue Feb 5, 2018 · 0 comments
Open

Breaking Abstraction - Database #6

cpkurotori opened this issue Feb 5, 2018 · 0 comments

Comments

@cpkurotori
Copy link
Owner

The application should be designed to be able to work with any database implementation.

Instead of from mongo import * make it from db import * and the db.py file should hold all the necessary methods to work with the user's database.

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

No branches or pull requests

1 participant