Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader implements the readers.Reader interface for PostgreSQL databases
func NewReader ¶
func NewReader(options *readers.ReaderOptions) *Reader
NewReader creates a new PostgreSQL reader
func (*Reader) ReadDatabase ¶
ReadDatabase reads the entire database schema from PostgreSQL
func (*Reader) ReadSchema ¶
ReadSchema reads a single schema (returns the first schema from the database)
Click to show internal directories.
Click to hide internal directories.