db.py

This module implements all amoco’s database facilities using the sqlalchemy package, allowing to store many analysis results and pickled objects.

db.createdb(url=None)[source]

creates the database engine and bind it to the scoped Session class. The database URL (see config.py) is opened and the schema is created if necessary. The default URL uses sqlite dialect and opens a temporary file for storage.