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

Merge RDBMS Database into Core Database #258

Open
eriq-augustine opened this issue Oct 30, 2019 · 0 comments
Open

Merge RDBMS Database into Core Database #258

eriq-augustine opened this issue Oct 30, 2019 · 0 comments

Comments

@eriq-augustine
Copy link
Member

Issue by eriq-augustine
Saturday Aug 17, 2019 at 11:22 GMT
Originally opened as eriq-augustine#212


I am getting tired of pretending that a Database is backed by anything other than a RDBMSDatabase.
There are quite a few places in the code where we force the use of an RDBMSDatabase,
so we should just go with it and make them the same thing.
This would put a lot of code in a single class, but that is typically the case with database-like classes.

Investigate this matter.

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