kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Could records support asyncio? #181

Open leafonsword opened 5 years ago

leafonsword commented 5 years ago

DB connection is an IO intensive operation,could records support asyncio to connect to many db machines asynchronously?