[Twisted-Python] Twisted ORM

2010-08-06 Thread bmul...@butterfat.net
Hello everyone, I've just finished creating a basic Object Relational Mapper (ORM) in Twisted (http://trac.butterfat.net/public/twistar) called Twistar. The goal of the project is most certainly not to duplicate the full functionality of existing Python ORM's, but rather to provide a simple

Re: [Twisted-Python] Twisted ORM

2010-08-14 Thread bmul...@butterfat.net
hopefully Twistar can make interacting with those relational DB's a little easier. Due to the structural differences, though, it would probably be a better idea to either start a new project or extend Paisley if you're interested in a better Twisted-based interface to CouchDB. Brian