core.orm.types.hstore_type

Module Contents

Classes

HSTORE

Extends the default HSTORE type to make it mutable by default.

class core.orm.types.hstore_type.HSTORE(text_type=None)[source]

Bases: sqlalchemy.dialects.postgresql.HSTORE

Extends the default HSTORE type to make it mutable by default.