Lmdb.ts overview
Since v1.0.0
Exports Grouped by Category
constructors
make
Signature
declare const make: (options: Lmdb.RootDatabaseOptionsWithPath) => any
Since v1.0.0
layers
layer
Signature
declare const layer: (options: Lmdb.RootDatabaseOptionsWithPath) => Layer.Layer<Persistence.BackingPersistence>
Since v1.0.0
layerResult
Signature
declare const layerResult: (options: Lmdb.RootDatabaseOptionsWithPath) => Layer.Layer<Persistence.ResultPersistence>
Since v1.0.0