Lmdb
Constructors
Layers
Signature
declare function layer(options: RootDatabaseOptionsWithPath): Layer<BackingPersistence>;layerResult
Added in v1.0.0
Source
Signature
declare function layerResult(options: RootDatabaseOptionsWithPath): Layer<ResultPersistence>;