From: Assaph Mehr Date: 2005-10-23T07:06:24+09:00 Subject: Re: Madeleine, SQLite and multi-platform issues (in ruby :-) > Not sure what you mean by "how invasive is KB regarding the objects it > manages". KirbyBase does give you the ability to create a custom > "record class". All the records in the result set will be returned as > instances of this class. Do I need to inherit from a certain base class (like in AR)? Do I need to define fields as special properties (like Og)? In short, how much KB specific aspects does a record class have over a regular class? > Regarding the second question, KirbyBase supports one-to-one > relationships (called "lookup fields" in KB) and one-to-many > relationships. You also have the ability to define "calculated fields". How about many-to-many? Constraints on relationships? I don't mind doing this with a special relationship-class, just want to know what is the KB-way? Thanks again for your time, Assaph