# Functions
PrepareSQLiteDB prepares a SQLite database for incoming data from the source database.
RowsCount returns the number of rows for a specified table.
VerifyDBConn is used to verify connectivity to a specified database.
# Constants
Queries used to retrieve data from MySQL database and manage local SQLite database.
Queries used to retrieve data from MySQL database and manage local SQLite database.
Queries used to retrieve data from MySQL database and manage local SQLite database.
Queries used to retrieve data from MySQL database and manage local SQLite database.
# Type aliases
SQLQueries is a map of maps representing a collection of tables and the queries used to read from a source database and write to a SQLite database.
SQLQuerySet is a map of query type to query.