In article <fad72de8-d584-4530-a018-5956428cd...@semanchuk.com>,
 Philip Semanchuk <phi...@semanchuk.com> wrote:
> On Dec 29, 2008, at 1:06 PM, Aaron Brady wrote:
> > I don't think relational data can be read and written very easily in
> > Python.  There are some options, such as 'sqllite3', but they are not
> > easy.  'sqllite3' statements are valid SQL expressions, which afford
> > the entire power of SQL, but contrary to its name, it is not that
> > 'lite'.  To me, 'lite' is something you could learn (even make!) in an
> > afternoon, not a semester; something the size of an ActiveState
> > recipe, or a little bigger, maybe a file or two.
> [...]
> After a look at the syntax you're proposing, I wonder how you feel it  
> differs from ORMs like SQLAlchemy (for instance).

... and Elixir, a declarative layer on top of SQLAlchemy:

 <http://elixir.ematia.de/trac/wiki/TutorialDivingIn>

-- 
 Ned Deily,
 n...@acm.org

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to