Data

Cache class

Database class

This module contains the Database class, which manages the connection to the database.

class edsl.data.Database.Database(config: ~edsl.config.Config = <edsl.config.Config object>)

Bases: object

Manage the connection to the database.

get_db()

Generate a database session.

property paths: tuple

Return the (db_path, temp_path), or (None, None) if not applicable.