surrealpatch/kvs/rixxdb
Tobie Morgan Hitchcock 84b72e25d2 Don’t use of ClrL, GetL, DelL, PutL methods on KV store
Remove the need to query a particular KV level, and instead use slightly different encoded keys, and use prefix based iteration. This means we can use different KV stores to give the same functionality, without needing to use hierarchical KV stores.
2018-02-09 15:08:27 +00:00
..
db.go Enable passing context when beginning a transaction 2018-02-06 17:07:42 +00:00
main.go Enable customisable file size policies for storage backends 2018-01-12 11:10:11 +00:00
tx.go Don’t use of ClrL, GetL, DelL, PutL methods on KV store 2018-02-09 15:08:27 +00:00