* Support multiline annotations * Allow arbitrary argument and return type annotations (which are currenty ignored) * Improve handling of syntax errors in annotations
0.0.7
* Add aiopg support * Add asyncpg support
0.0.6
* Fix packaging: do not install tests * Enable typing properly by addin `py.typed` * Disable type checking for generated classes
0.0.5
* Removed `List` row type support * Named `Single` row format into `Value` for better readability * Added mysql support
0.0.4
* Add sqlite3 support * Remove stray print in the module