Add PebbleDB db-Storage interface implementation

This commit is contained in:
arnaucube
2020-08-15 16:33:54 +02:00
parent 75e24244a1
commit 93b40ef73e
6 changed files with 297 additions and 5 deletions

View File

@@ -189,5 +189,4 @@ func TestList(t *testing.T, sto db.Storage) {
assert.Equal(t, 2, len(r))
assert.Equal(t, r[0], db.KV{[]byte{1}, []byte{4}})
assert.Equal(t, r[1], db.KV{[]byte{2}, []byte{5}})
}