Skip to content

Class peagen.orm.users.User

peagen.orm.users.User

Bases: User, Bootstrappable, Upsertable

id class-attribute instance-attribute

id = acol(
    storage=S(
        PgUUID(as_uuid=True),
        primary_key=True,
        default=uuid4,
    ),
    field=F(constraints={"examples": [uuid_example]}),
)