def start(self):
"""Create the ADBAPI connection pool.
"""
Registry.DBPOOL = adbapi.ConnectionPool('psycopg2', host=self.host,
user=self.user, password=self.password,
database=self.database)