
July 18, 2013
5:08 p.m.
On Jul 17, 2013, at 5:04 PM, Jeffrey Ollie <jeff@ocjtech.us> wrote:
I know that this has been asked before, but it's been a while and I'm hoping for some good news. Is there a SQL ORM that works well with Twisted and PostgreSQL? In particular I'm hoping to find something that works with txpostgres as that's the library I prefer to access the database with.
There's bits of one in Calendar Server: <http://trac.calendarserver.org/browser/CalendarServer/trunk/twext/enterprise...> It doesn't use txpostgres, but that's because it relies on adbapi2 (also in calendar server, hopefully to be moved into Twisted at some point). -glyph