ncsw_data.storage.cacs.sqlite_db.model.base.mixin¶
The ncsw_data.storage.cacs.sqlite_db.model.base package mixin module.
Classes¶
The computer-assisted chemical synthesis (CaCS) SQLite database model __repr__ method mixin class. |
|
The computer-assisted chemical synthesis (CaCS) SQLite database model timestamp columns mixin class. |
Module Contents¶
- class ncsw_data.storage.cacs.sqlite_db.model.base.mixin.CaCSSQLiteDatabaseModelReprMethodMixin¶
The computer-assisted chemical synthesis (CaCS) SQLite database model __repr__ method mixin class.
- __repr__() str¶
The __repr__ method of the class.
- Returns:
The string representation of the database model instances.
- class ncsw_data.storage.cacs.sqlite_db.model.base.mixin.CaCSSQLiteDatabaseModelTimestampColumnsMixin¶
The computer-assisted chemical synthesis (CaCS) SQLite database model timestamp columns mixin class.
- created_at: sqlalchemy.orm.Mapped[datetime.datetime]¶
- created_by: sqlalchemy.orm.Mapped[str]¶
- updated_at: sqlalchemy.orm.Mapped[datetime.datetime]¶
- updated_by: sqlalchemy.orm.Mapped[str]¶