Files
deb-python-sqlalchemy-utils/docs/data_types.rst
Konsta Vesterinen 7e9d582975 Add IPAddressType ref
2014-03-27 14:18:51 +02:00

1.6 KiB

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.

sqlalchemy_utils.types

ArrowType

sqlalchemy_utils.types.arrow

ArrowType

ChoiceType

sqlalchemy_utils.types.choice

ChoiceType

ColorType

sqlalchemy_utils.types.color

ColorType

CountryType

sqlalchemy_utils.types.country

CountryType

JSONType

sqlalchemy_utils.types.json

JSONType

LocaleType

sqlalchemy_utils.types.locale

LocaleType

IPAddressType

sqlalchemy_utils.types.ip_addresss

IPAddressType

PasswordType

sqlalchemy_utils.types.password

PasswordType

PhoneNumberType

sqlalchemy_utils.types.phone_number

PhoneNumberType

ScalarListType

sqlalchemy_utils.types.scalar_list

ScalarListType

TimezoneType

sqlalchemy_utils.types.timezone

TimezoneType

URLType

sqlalchemy_utils.types.url

URLType

UUIDType

sqlalchemy_utils.types.uuid

UUIDType

WeekDaysType

sqlalchemy_utils.types.weekdays

WeekDaysType