- getV get(K k, V defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getOrAddV getOrAdd(K k, V defaultValue) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opBinaryRightbool opBinaryRight(K k) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opIndexV opIndex(K k) 
- Implements common D associative array operations. 
- opIndexAssignV opIndexAssign(V v, K k) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removevoid remove(K k) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Persistent indexed key-value store, backed by an SQLite database. Non-string keys/values are JSON-encoded.