Function
layerMemory
(
config: SqliteClientMemoryConfig
)
Source from the content-addressed store, hash-verified
| 511 | ) |
| 512 | ) |
| 513 | ).pipe(Layer.provide(Reactivity.layer)) |
| 514 | |
| 515 | /** |
| 516 | * Builds a layer from an in-memory SQLite WASM client configuration, providing both `SqliteClient` and the generic `SqlClient` service. |
| 517 | * |
| 518 | * @category layers |
| 519 | * @since 4.0.0 |
| 520 | */ |
| 521 | export const layerMemory = ( |
| 522 | config: SqliteClientMemoryConfig |
| 523 | ): Layer.Layer<SqliteClient | Client.SqlClient, SqlError> => |
| 524 | Layer.effectContext( |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…