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

Convert to key/value db abstraction, rather than just rumble #10

Open
kylewolfe opened this issue Mar 20, 2017 · 0 comments
Open

Convert to key/value db abstraction, rather than just rumble #10

kylewolfe opened this issue Mar 20, 2017 · 0 comments

Comments

@kylewolfe
Copy link
Owner

Certain k/v db's such as LevelDB do not have the idea of buckets.

A 'collection' could be anything that implements a simple interface for operations. From here drivers can be created for common dbs (bolt would use a bucket to satisfy the interface). If someone is unhappy with a drivers implementation, they can implement their own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant