Re: ORM layer
- From: Ben Finney <bignose+hates-spam@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Jun 2007 18:16:47 +1000
David <lists@xxxxxxxxx> writes:
I am looking for an ORM for Python that fulfills a few simple needs.
- ability to support a number of backends (probably mysql and sqlite
at present, csv a bonus)
- ability to be used easily from console python scripts, a bonus if I
can add a simple web GUI later using some framework
- decent documentation a definite plus
I second the recommendation for SQLAlchemy. I've not used Elixir, but
that's a way to abstract SQLAlchemy further, if you want to work at an
even higher level of abstraction.
The documentation for SQLAlchemy is very good, in my experience. The
library allows one to work entirely with the object system (using it
as an ORM), or dynamically build SQL statements, or combine the two
methods.
--
\ "I think there is a world market for maybe five computers." -- |
`\ Thomas Watson, chairman of IBM, 1943 |
_o__) |
Ben Finney
.
- References:
- ORM layer
- From: David
- ORM layer
- Prev by Date: Re: Building a Python app with Mozilla
- Next by Date: Re: Shed Skin Python-to-C++ Compiler 0.0.21, Help needed
- Previous by thread: Re: ORM layer
- Next by thread: Re: HTML Render Support in PyGTK
- Index(es):
Relevant Pages
|