On Mon, Oct 24, 2011 at 3:08 PM, Gour <[email protected]> wrote: > On Mon, 24 Oct 2011 13:56:19 -0300 > Mariano Reingart <[email protected]> > wrote: > >> IMHO, although I've tested only sqlite, I think in python3 we can use >> the same drivers (psycopg2 for python3) and they behave mostly the >> same as in python2 > > btw, is using of PostgreSQL in web2py equally well as MySQL? >
Why not? I've used it for an election counting & result app without problems. In fact, I think postgresql is better suited for python development than mysql (multiple connectors flexibility, pl/python extensibility, advanced features like fts, geo/gis and OO, hstore key-value storage, etc.) Recent releases have added replication and performance improvements, in sum to proven postgres reliability and stability, you'll not miss mysql. BTW, I'm a postgres fan ;-) Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com

