adamfowleruk / groundupdb

Creating a database from the ground up in C++ for fun!
Apache License 2.0
109 stars 25 forks source link

Add bucket support to sets #8

Closed adamfowleruk closed 3 years ago

adamfowleruk commented 3 years ago

Currently sets cannot be stored within a bucket. Also, low level kv stores have bucket methods even though that's a DB level implementation detail.