# Functions
GetNew connects to the given database and initialises it.
# Constants
TypeRedis specifies to use a Redis database.
TypeSqlite specifies to use an SQLite database.
# Interfaces
Database declares the required functions for a database connection.