Documentation
¶
Overview ¶
Package postgres provides functionality for extracting database schema information from PostgreSQL databases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source represents a PostgreSQL database source for schema extraction.
func NewSourceFromDB ¶
NewSourceFromDB creates a new PostgreSQL source from an existing database connection. This is useful when you want to reuse an existing database connection for schema extraction purposes.
Click to show internal directories.
Click to hide internal directories.