Hacker News new | ask | show | jobs
by ketralnis 3846 days ago
sqlite3 is unlikely because it's only a small bridge to sqlite's own API which is blocking

Still, it's possible to write blocking/nonblocking bridges for that stuff

1 comments

True. Yet a standard async DP API + wrapper around a process pool to integrate with it would be nice so ORMs move on. Righ now we are stuck with the status quo and all asyncio adapters for peewee / SQLAlchemy reinvent the will by creating some kind of pool and an ugly syntax to write each call.