acdc.database.schema

Classes

Darks

Object-relational mapping for the Darks table.

Solar

Object-relational mapping for the Solar table.

class Darks(**kwargs)[source]

Bases: Base

Object-relational mapping for the Darks table.

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.

class Solar(**kwargs)[source]

Bases: Base

Object-relational mapping for the Solar table.

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.