class camelot.core.orm.statements.ClassMutator(*args, **kwargs)[source]¶
Class to create DSL statements such as using_options. This is used
to transform DSL statements in Declarative class attributes.
The use of these statements is discouraged in any new code, and exists for
compatibility with Elixir model definitions