Method
Query
(q *query.Query, local, internal bool)
Source from the content-addressed store, hash-verified
| 16 | Put(m record.Record) (record.Record, error) |
| 17 | Delete(key string) error |
| 18 | Query(q *query.Query, local, internal bool) (*iterator.Iterator, error) |
| 19 | |
| 20 | // Information and Control |
| 21 | ReadOnly() bool |
Implementers 7
Sinkholebase/database/storage/sinkhole/sinkhol BBoltbase/database/storage/bbolt/bbolt.go FSTreebase/database/storage/fstree/fstree.go Badgerbase/database/storage/badger/badger.go HashMapbase/database/storage/hashmap/map.go SQLitebase/database/storage/sqlite/sqlite.go