Database

cihai.db.Database wraps the SQLAlchemy engine, metadata, and session that datasets share. Use it directly only when you need raw database access instead of dataset helpers.

Cihai core functionality.

class cihai.db.Database
class cihai.db.Database

Bases: object

Cihai SQLAlchemy instance.