-
Notifications
You must be signed in to change notification settings - Fork 515
Renamed RelationalDB to DatabaseEngine #1236
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
base: master
Are you sure you want to change the base?
Conversation
f20a896
to
9966177
Compare
If you don't mind, I would prefer if we wait to merge this until after #1166 and friends as it touches some of the same paths. |
Sure, yeah, that's fine, this is just a mechanical change, so it's not urgent at all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name change is 👍
Small nit: it could be a bit more pleasant on the eye to name the module just engine
and/or re-export DatabaseEngine
such that core::db::DatabaseEngine
.
Yeah I agree with that. I will update it to be |
9966177
to
b30ebf3
Compare
4bc6ca2
to
6710fb3
Compare
Description of Changes
This renames
RelationalDB
toDatabaseEngine
. No other changes are made.Expected complexity level and risk
1.5
Testing
I have done no additional testing.