Next: , Previous: , Up: GNUstep Database Library   [Contents][Index]


24 Model Creation

Models can be created in 3 ways

  1. Manual written with property lists.
  2. Hard coding the model in objective-c.
  3. Creation of plists with the DBModeler application.

while DBModeler provides the easiest way, followed by manually writing the property lists, and hard coding the model is both tedious and complicated.