# Functions
CustomSanitize allows you to expand upon the default Sanitize function by providing your own regex matcher and replacement to modify data from the dump file.
Dump performs a full dump of the SQLite database.
Exists checks if `sqlite3 --version` returns without errors.
HexDecode takes a file path containing a SQLite dump and decodes any hex-encoded data it finds.
RemoveCreateStatements takes all the CREATE statements out of a dump so that no new tables are created.
Sanitize cleans up a SQLite dump file to prep it for import into Postgres.