( config: PgPoolConfig )
| 825 | * @since 4.0.0 |
| 826 | */ |
| 827 | export const layer = ( |
| 828 | config: PgPoolConfig |
| 829 | ): Layer.Layer<PgClient | Client.SqlClient, SqlError> => layerFrom(make(config)) |
| 830 | |
| 831 | /** |
| 832 | * Creates the PostgreSQL statement compiler, using `$1` placeholders, double-quoted identifiers, PostgreSQL returning clauses, and optional JSON value transformation. |