Database ========= HIPPO stores data in a SQLite Database file that structures information across multiple cross-referenced tables. For general use it is not necessary to understand the database schema in detail. .. image:: ../images/db_architecture-01.png :width: 900 :alt: HIPPO database schema .. autoclass:: hippo.db.Database :members: