create()

p = Person(name="WZ", age=23)

p.save()

.all()

get()

exclude()

valeslist()

orderby()