( options: Lmdb.RootDatabaseOptionsWithPath )
| 85 | * @category layers |
| 86 | */ |
| 87 | export const layer = ( |
| 88 | options: Lmdb.RootDatabaseOptionsWithPath |
| 89 | ): Layer.Layer<Persistence.BackingPersistence> => |
| 90 | Layer.scoped( |
| 91 | Persistence.BackingPersistence, |
| 92 | make(options) |
| 93 | ) |
| 94 | |
| 95 | /** |
| 96 | * @since 1.0.0 |