Documentation
¶
Overview ¶
Package postgres implements a DDL parser for PostgreSQL using pg_query_go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Introspect ¶
Introspect connects to a running Postgres database and builds a Schema IR by querying information_schema and pg_catalog. The DSN should be a standard Postgres connection string (e.g., "postgres://user:pass@localhost:5432/dbname").
Types ¶
Click to show internal directories.
Click to hide internal directories.