Databases ========= Most :term:`apps ` based on WuttJamaican will have an :term:`app database`. This may be used to store :term:`config settings ` but usually, lots of other things. Each app can declare its :term:`app model` which is essentially the list of tables, each mapped to a Python class via SQLAlchemy ORM. The default app model is :mod:`wuttjamaican.db.model`. But of course any other :term:`database(s) ` may be involved, for integration purposes etc. So there are some conveniences around that too. .. toctree:: :maxdepth: 3 app other