Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/sql/pglite/src/PgliteClient.ts:272–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
})
271
272
class
PgliteConnection implements Connection {
273
readonly pglite: PGliteInterface
274
constructor(pglite: PGliteInterface) {
275
this.pglite = pglite
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected