[quote="datrus"]Personally, i'm not so sure it's a good idea to use the orm of sqlalchemy in openerp. I think it would be much simpler to just write a new DB independence layer in openerp directly (using the db wrapper code of sqlachemy and django as inspiration; even the tinyerp fork tryton has implemented db-independence already but currently only supports sqlite as other db). Trying to tweak sqlachemy to fulfill all needs of openerp would probably be much more work. It would also add much more complexity to the current orm of openerp, which is currently rather simple. I think the orm layer of openerp can not be considered as a generic component that can be implemented by a 3rd party library.[/quote]
At the moment the ORM is inflexible at times to say the least, SQLAlchemy is by far the best Python ORM available for both flexibility and power imo. I think NOT using a fully featured ORM like SQLAlchemy would be a real shame and hold back what is a promising RAD framework so far. Either that or SQLObject or something like Django's ORM would be nice too. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=47700#47700 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
