[Zope-DB] SQLAlchemy
Chris Withers
chris at simplistix.co.uk
Thu Aug 26 08:58:59 EDT 2010
M.-A. Lemburg wrote:
> I'd suggest to use a Python class as abstraction layer
Sounds like an ORM to me ;-)
Seriously, SQLAlchemy lets you do all of the things you're worried
about, performance and flexibility wise, as well as map your sql onto
objects (or not, if you don't actually want objects!) with ease...
Hmm, I guess what I'm actually saying is that ORM or not is one choice,
either way, I'd *strongly* recommend using SQLAlchemy rather than trying
to roll your own abstraction layer of any sort.
cheers,
Chris
More information about the Zope-DB
mailing list