You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync interface is here by peewee's design, so we can't handle it without breaking into peewee or without providing incompatible interface. And one of goals of peewee-async is not to break compatibility with peewee itself.
Currently, using a ManyToManyField from the playhouse package triggers a sync_query. It would be awesome if this could be handled asynchronously.
The text was updated successfully, but these errors were encountered: