@Sawdog881 I'm not working on Newt, but I'm using it. It uses RelStorage, which uses psycopg2, which works with a number of async frameworks. I use Newt with gevent.
Working on my Customizing Sphinx talk for @pyohio and for those that think Markdown is original, here’s @j1mfulton announcing StructuredText in 1996 https://t.co/7mF3HshYfg
@thetetet@vangheezy@sdupton@sneridagh@guillotinaweb I suppose there could be a ZODB mode where every object operation was a coroutine invoked with await. That sounds like a terrible way to write application code.
@thetetet@vangheezy@sdupton@sneridagh@guillotinaweb ZODB provides transparent persistence, including transparent loading of object state. I can't see how to square that with an asynchronous programming model.
@thetetet@vangheezy@sdupton@sneridagh@guillotinaweb ZEO (one of the ZODB back ends) has always used asynchronous networking internally. Two years ago I switched that internal implementation from aysncore to asyncio.