github 05bit/peewee-async v1.0.0

one day ago

What's Changed

Breaking changes:

  • Removed deprecated api: Manager, execute, count, scalar, prefetch, atomic, transaction, savepoint
  • Removed deprecated database classes: PostgresqlDatabase, MySQLDatabase, PostgresqlExtDatabase
  • Removed deprecated database methods: atomic_async, savepoint_async, connect_async, close_async, transaction_async
  • Removed peewee_asyncext module
  • aio_execute returns list of models now not AsyncQueryWrapper. AsyncQueryWrapper is removed

Features:

  • Added typing
  • Added pool_params parameter
  • Docs updated

Fixes:

Full Changelog: v0.12.0...v1.0.0

Don't miss a new peewee-async release

NewReleases is sending notifications on new releases.