sherlodoc.db_store
Db_store
sherlodoc.db
sherlodoc.query
sherlodoc.storage_js
sherlodoc.storage_marshal
type db_format = [
| `ancient
| `marshal
| `js
]
val available_backends : (string * [> `js | `marshal ]) list
val storage_module : [< `ancient | `js | `marshal ] -> (module Db.Storage.S)