# Functions
Bootstrap creates the necessary tables for the output DB.
Copy dumps the contents of the origin DB into the destination DB.
ImportFiles imports pairs of files from the origin to the destination DB.
Initialize populates the DB with default values.
Open returns a DB from the connection string.
OpenSQLite calls Open, but using a path to an SQLite file.
# Type aliases
Driver used.