On Sat, May 05, 2001 at 04:40:55AM +0900, Avi Bryant wrote: > I actually played around with developing something very much like what you > describe, also based on the ruby-mysql lib - it generated classes for > tables, accessors for fields and relationships, automatically generated > the SQL for updates, and allowed a query interface like > > results = > People.select{|person| (person.name =~ "Avi%") & (person.father.age > 50)} > > which would produce the appropiate SQL. Hi Could you mail me your code, or put it on the web somewhere? I think this code could be some very valueably input... especially since I am very new to ruby, and but want my interface to do things "the ruby way" ;-)) greetings, Florian Pflug