fields

class camelot.core.orm.fields.Field(type, *args, **kwargs)[source]

Represents the definition of a ‘field’ on an entity.

This class represents a column on the table where the entity is stored.

Previous topic

entity

Next topic

options

This Page