Data types
SQLAlchemy-Utils provides various new data types for SQLAlchemy. In order to gain full
advantage of these datatypes you should use automatic data coercion. See force_auto_coercion()
for how to set up this feature.
ArrowType
ChoiceType
ColorType
CompositeType
CountryType
CurrencyType
EmailType
EncryptedType
Deprecated since version 0.36.6: Use StringEncryptedType instead