Dismod Database APIΒΆ

This module describes the interface for reading and writing from dismod databases. Dismod-AT works on SQLite databases, and we need a user-friendly way to write data to and extract data from these databases. It is also important to make sure we have all of the correct columns and column types.

The input tables and column types are explained here, and the output tables and column types are explained here.

We mimic that table metadata here, and then build an interface on top of it for easy reading and writing.