# Functions
BuildQueryString for Postgres.
NewPostgresDriver takes the database connection details as parameters and returns a pointer to a PostgresDriver object.
# Structs
MockDriver is a mock implementation of the bdb driver Interface.
PostgresDriver holds the database connection string and a handle to the database connection.