Aioodbc Versions Save

aioodbc - is a library for accessing a ODBC databases from the asyncio

v0.0.3

7 years ago

Changes

  • Dockerize tests, now we can add more DBs to tests using docker #15, #17, #19
  • Test suite executed with both default asyncio and uvloop #18

v0.0.2

8 years ago

Changes

  • Improved pep 492 support.
  • pool.get method removed, use acquire instead.
  • Added tests against MySQL.
  • Added bunch of doc strings.

v0.0.1

8 years ago

Changes

  • Initial release.