MCPcopy Create free account
hub / github.com/Effect-TS/effect / PgJson

Interface PgJson

packages/sql/pglite/src/PgliteClient.ts:448–448  ·  view source on GitHub ↗

* @category models * @since 4.0.0

Source from the content-addressed store, hash-verified

446 * @since 4.0.0
447 */
448interface PgJson extends Custom<"PgJson", unknown> {}
449const PgJson = Statement.custom<PgJson>("PgJson")
450
451const ATTR_DB_SYSTEM_NAME = "db.system.name"

Callers 1

fromClientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected