peewee-async
peewee-async copied to clipboard
Should add a method get_or_none
In programming, the method get_or_none
is nessary, which return None when no record match but raise Model.DoesNotExist.