Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dosco/graphjin
/ postgresDialect
Struct
postgresDialect
core/schema_ddl.go:71–71 ·
view source on GitHub ↗
PostgreSQL dialect
Source
from the content-addressed store, hash-verified
69
70
// PostgreSQL dialect
71
type
postgresDialect
struct
{}
72
73
func
(d *postgresDialect) Name() string {
return
"postgresql"
}
74
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected