Skip to content

aiopg 0.9.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 14 Jan 07:45
· 579 commits to master since this release

Added support for async/await syntax into SQLAlchemy layer

Changes

  • Add async context managers for transactions #91
  • Support async iterator in ResultProxy #92
  • Add async with for engine #90