peewee-async icon indicating copy to clipboard operation
peewee-async copied to clipboard

Should add a method get_or_none

Open shinegrin opened this issue 3 years ago • 0 comments

In programming, the method get_or_none is nessary, which return None when no record match but raise Model.DoesNotExist.

shinegrin avatar May 25 '21 07:05 shinegrin