Re: [SQLObject] Re: Impressions so far
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Edmund L. <el...@in...> - 2003-06-02 08:56:02
|
Bud P.Bruegger wrote: > * Looking at other ORMs, I think we can't give enough credit to Ian > for having found a way of doing things EASY and intuitive. Some of > that stuff looks to complex and verbose that it would be great for > Enterprise Java... Thanks, Ian! One really starts to appreciate > this more and more when one looks at alternatives (which I haven't > done much before..) Yes, I do agree... I'm exercising SQLObject (and myself) quite a bit, and it is proving to be very pleasant to use. Thank you Ian! I've been making a lot of comments, not because I'm complaining, but because I think SQLObject has a good chance at being the best Python ORM out there. I find that Ian's philosophy and desire for clean interfaces (e.g., the choice to use attribute style access for column data) to be dead-on. ...Edmund. |