# Functions
LoadInMemoryWithDSN loads an in-memory database with that at the path, with the specified DSN.
Open opens a file-based database, creating it if it does not exist.
OpenInMemory opens an in-memory database.
OpenInMemoryWithDSN opens an in-memory database with a specific DSN.
OpenWithDSN opens a file-based database, creating it if it does not exist.
# Variables
DBVersion is the SQLite version.