Re: [Webware-discuss] Database ORM's

2005-02-07 Thread Ian Bicking
Huy wrote: IMO Python does not have a powerful enough ORM. Although most of these solutons provide the simple selects, updates, inserts and joins none of them provide good handling of legacy databases or flexibility of using the sql of your choosing (which I think is crucial, there is no point

Re: [Webware-discuss] Database ORM's

2005-02-07 Thread huymail
> Hallo, > [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > >> I've got a non webware, but related question to ask the group. What >> Object Relational Model software is being used out there. I've >> recently come the conclusion that we will need to move out database >> layer to some t

Re: [Webware-discuss] Database ORM's

2005-02-07 Thread Huy
[EMAIL PROTECTED] wrote: Dear Webware users, I've got a non webware, but related question to ask the group. What Object Relational Model software is being used out there. I've recently come the conclusion that we will need to move out database layer to some type of ORM system, especially since we

Re: [Webware-discuss] Database ORM's

2005-02-07 Thread Winston Wolff
I took a quick look at SQLObject, but chose MiddleKit and I am very happy with it. I like defining my "object model" in a spreadsheet and letting MiddleKit generate setters and getters automatically. I feel it lets me get a good overview of all my objects and their links in one easy to read page.

Re: [Webware-discuss] Database ORM's

2005-02-07 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > I've got a non webware, but related question to ask the group. What > Object Relational Model software is being used out there. I've > recently come the conclusion that we will need to move out database > layer to some type of OR