sql

Provides an implementation of experiment sessions using SQL databases.

Classes

PostgreSQLExperimentSessionMaker

PostgreSQLConfig(username, password, host, ...)

Configuration for connecting to a PostgreSQL database.

SQLiteConfig(path)

Configuration for connecting to a SQLite database.

SQLiteStorageManager(serializer, config)

PostgreSQLStorageManager(serializer, config)

Used to access experiment data stored in a PostgreSQL database.

SQLStorageManager(serializer, engine, ...)

Used to access experiment storage were the data are stored in a SQL database.