DatabasesΒΆ

Most apps based on WuttJamaican will have an app database. This may be used to store config settings but usually, lots of other things.

Each app can declare its app model which is essentially the list of tables, each mapped to a Python class via SQLAlchemy ORM. The default app model is wuttjamaican.db.model.

But of course any other database(s) may be involved, for integration purposes etc. So there are some conveniences around that too.