airstorm.fields module¶
-
class
Field(model, schema: dict)[source]¶ Bases:
objectThis property like object will map against a table field exposed as a snake_cased attribute on the model.
- Parameters
model (airstorm.model.Model) – The model this field belongs to.
schema (dict) – The schema for this field.
- Returns
airstorm.fields.Field – The initatiazed field object.