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

2 methods migrated directly from original peewee

Open pylakey opened this issue 4 years ago • 0 comments

Added method first() as it has better performance with big tables comparing to get() method because it doesn't query all data from table

Added method get_or_none() which is more useful than handling exceptions in some situations

pylakey avatar Nov 29 '21 10:11 pylakey