(options?: {
readonly entryTablePrefix?: string
readonly remoteIdTable?: string
readonly insertBatchSize?: number
})
| 250 | * @category layers |
| 251 | */ |
| 252 | export const layerStorageSubtle = (options?: { |
| 253 | readonly entryTablePrefix?: string |
| 254 | readonly remoteIdTable?: string |
| 255 | readonly insertBatchSize?: number |
| 256 | }): Layer.Layer<EventLogServer.Storage, SqlError, SqlClient.SqlClient> => |
| 257 | layerStorage(options).pipe( |
| 258 | Layer.provide(layerSubtle) |
| 259 | ) |
nothing calls this directly
no test coverage detected