aiopyql
aiopyql copied to clipboard
A fast and easy-to-use asyncio ORM(Object-relational Mapper) for performing C.R.U.D. ops within RBDMS tables using python.
The schema recognition of this library does not work well with ANSI quotes. It's basically renders this whole library useless and you have to make quite some adjustments to get...
## Problem From [easyauth](https://github.com/codemation/easyauth/issues/25) issue, when versoin 12 of postgres is used. aiopyql throws the following exceptions, preventing DB setup. ```bash 07-05 00:35 EasyRpc-server /ws/postgres_db ERROR error running query: create...