jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

Guidance/direction for async[io] support. #658

Open sholsapp opened 7 years ago

sholsapp commented 7 years ago

Does Flask-Restless ever intend to support async patterns using whatever async library prevails (presumably asyncio)?

I realize this cannot work today because SQLAlchemy does not yet support asyncio, and space is pretty murky, but I'm wondering if it did, would Flask-Restless want to support asyncio?

Any sort of general guidance would be nice for users.