Tzahi Fadida <Tzahi.ML <at> gmail.com> writes:
> I am interested to know if SQLAlchemy is considered production ready,
> at least the ORM and the basic CRUD SQL queries areas and transactions.
> (and the connection to PostgreSQL).
> Well, at least compared to SQLObject.
> Obviously SQLAlchemy is more powerful but sometimes you have to sacrifice 
> features for stability.

I'm using sqlalchemy v0.1 in production right now.  It kicks the pants out of
SQLObject, and I have run into no problems.  I haven't found a reason to upgrade
to v0.2 yet.

If you're considering SQLObject with its featureset, I think SQLAlchemy will do
that easily and more.

My application is single threaded however (using Twisted), so that limits where
many people find problems with the ORM's.  It's being used on Linux and Windows.

IMHO, they are very modest with their version numbers.

-Kevin


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to