# Functions
IsEmpty tests if a database has empty schema.
No description provided by the author
No description provided by the author
No description provided by the author
Scan obtains all the schema details from the sqlite database.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Column contains schema scan results for column within a table.
No description provided by the author
No description provided by the author
No description provided by the author
Database contains table schemas, typically obtained when calling the Scan routine on a database connection.
ErrIndices enlists missing and incompatible indices in a table.
ErrTableColumns enlists missing and incompatible columns in a table.
Index contains schema scan results for table's index.
No description provided by the author
Table contains the descriptions for columns and indices within a table.
# Type aliases
No description provided by the author
No description provided by the author
ErrIncompatibleColumns is a list of column names that can be used as the 'incimpatible columns' error.
ErrIncompatibleIndices is a list of index names that can be used as the 'incimpatible columns' error.
ErrMissingColumns is a list of column names that can be used as the 'missing columns' error.
ErrMissingIndices is a list of index names that can be used as the 'missing columns' error.
ErrMissingTables is a list of column names that can be used as the 'missing tables' error.
No description provided by the author
No description provided by the author
No description provided by the author