Discover Packages
github.com/ajitpratap0/GoSQLX
pkg
schema
postgres
package
Version:
v1.14.0
Opens a new window with list of versions in this module.
Published: Apr 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package postgres provides a live schema Loader for PostgreSQL databases.
It queries information_schema and pg_catalog to retrieve tables, columns,
indexes, and foreign keys.
Loader implements db.Loader for PostgreSQL.
NewLoader returns a new Postgres schema loader.
Load returns the full schema for all user tables in the given schemaName.
If schemaName is empty, "public" is used.
LoadTable returns schema for a single named table.
If schemaName is empty, "public" is used.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.