Base class for all database connection implementations that
may be used with JForum.
Default implementations are PooledConnection, which
is the defeault connection pool implementation, and SimpleConnection,
which opens a new connection on every request.