Closed faddat closed 2 years ago
I love the reduction. Could you add a changelog entry?
I guess the issue here is if someone is using it they will need to resync the db. Maybe we mark them as deprecated and put a EOL date a few months into the future?
I actually don't think it is needed (the EOL) because they could always bump the version downwards, and maybe more importantly, I don't know of any successful deployments of badger or bolt.
None of the changes here break the api, so the bumping down technique should work quite fine
@mvdan I believe you added badger, do you use it?
Not anymore for new projects; it's been semi-abandoned for some time and it's hard to run smoothly at scale. I've rediscovered sqlite in the meantime :)
Hi @mvdan -- just wanted to say thanks for gofumpt!
I'm a daily user :)
This PR attempts to lower the matienance scope of the tm-db repository by removing databases with no known users.
Further, badgerdb has now entered the status of abandonware and is no longer actively maintained.