adamfowleruk / groundupdb

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

Add bucket support to sets #8

Closed adamfowleruk closed 4 years ago

adamfowleruk commented 4 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.