Function
layer
(
config?: PgliteClientConfig | undefined
)
Source from the content-addressed store, hash-verified
| 378 | * @since 4.0.0 |
| 379 | */ |
| 380 | export const layer = ( |
| 381 | config?: PgliteClientConfig | undefined |
| 382 | ): Layer.Layer<PgliteClient | Client.SqlClient, SqlError> => layerFrom(make(config)) |
| 383 | |
| 384 | /** |
| 385 | * Creates the PGlite statement compiler, using PostgreSQL `$1` placeholders, double-quoted identifiers, returning clauses, and optional JSON value transformation. |
Callers
nothing calls this directly
Tested by
no test coverage detected