Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
448
interface
PgJson extends Custom<
"PgJson"
, unknown> {}
449
const
PgJson = Statement.custom<PgJson>(
"PgJson"
)
450
451
const
ATTR_DB_SYSTEM_NAME =
"db.system.name"
Callers
1
fromClient
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected