You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.Backend is constructed using an implementation of the database.Database interface. We have already introduced the DBAdapter type which takes an underlying kvdb.KeyValueDB implementation and implements database.Database. We will have to implement an implementation of kvdb.KeyValueDB that is powered by PebbleDB and use that when constructing Client and it's associated db.Backend.
Acceptance Criteria
Implementation of kvdb.KeyValueDB that utilizes PebbleDB
Unit tests
Utilize in constructor for db.Backend as DatabaseSource.
The text was updated successfully, but these errors were encountered:
Issue Summary
Taken from design doc:
Acceptance Criteria
kvdb.KeyValueDB
that utilizes PebbleDBdb.Backend
asDatabaseSource
.The text was updated successfully, but these errors were encountered: