DozerDB / dozerdb-core

DozerDB Plugin Core Project
GNU General Public License v3.0
17 stars 1 forks source link

Implement DROP database functionality #1

Open jmsuhy opened 9 months ago

jmsuhy commented 9 months ago

Databases can be created now - but the drop database functionality is not implemented yet. We want to implement the DROP database functionality for the first 1.0 release.

alextsakpinis commented 2 months ago

Are there any news on when the DROP database functionality may be released? Thanks a lot for your work!

jmsuhy commented 1 month ago

Sorry for the late reply - we've been organizing the teams and governance process to be able to effectively get the community involved more. We have it working already locally and just need to generate some tests for it. Right now, when you DROP a database, it does not make a backup for you incase you change your mind. DROP is final.

I expect we are going to merge that and 2 other big tickets in the next week or 2.

alextsakpinis commented 1 month ago

These are great news. Thanks for letting me know!