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 SQLite databases
func NewReader ¶
func NewReader(options *readers.ReaderOptions) *Reader
NewReader creates a new SQLite reader
func (*Reader) ReadDatabase ¶
ReadDatabase reads the entire database schema from SQLite
func (*Reader) ReadSchema ¶
ReadSchema reads a single schema (returns the main schema from the database)
Source Files
¶
- queries.go
- reader.go
Click to show internal directories.
Click to hide internal directories.