Lmdb overview
Added in v1.0.0
Table of contents
constructors
make
Signature
export declare const make: (options: Lmdb.RootDatabaseOptionsWithPath) => any
Added in v1.0.0
layers
layer
Signature
export declare const layer: (options: Lmdb.RootDatabaseOptionsWithPath) => Layer.Layer<Persistence.BackingPersistence>
Added in v1.0.0
layerResult
Signature
export declare const layerResult: (
options: Lmdb.RootDatabaseOptionsWithPath
) => Layer.Layer<Persistence.ResultPersistence>
Added in v1.0.0