peewee-async
peewee-async copied to clipboard
2 methods migrated directly from original peewee
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