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

Database rework #29

Merged
merged 6 commits into from Apr 13, 2022
Merged

Database rework #29

merged 6 commits into from Apr 13, 2022

Conversation

Tais993
Copy link
Owner

@Tais993 Tais993 commented Apr 13, 2022

Reworks the before-hand really trashy DB system.

After this rework it's been improved a lot, but still isn't optimal.

This rework adds an universal interface (IDatabase and IStringDatabase) which adds common methods.

And this rework also adds AbstractDatabase which works against duplicated code, and bloated code by adding helper methods.

From now on, Database will also have all the other Databases, they shouldn't (and can't) be made anymore using their constructor.

@Tais993 Tais993 added the enhancement New feature or request label Apr 13, 2022
@Tais993 Tais993 self-assigned this Apr 13, 2022
@Tais993 Tais993 merged commit 9e2d053 into master Apr 13, 2022
@Tais993 Tais993 deleted the feature/database-rework branch April 13, 2022 09:44
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 this pull request may close these issues.

None yet

1 participant