Changeset 452
- Timestamp:
- Tue Jun 17 20:53:37 2008
- Files:
-
- ganttpv/trunk/QuickStart.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ganttpv/trunk/QuickStart.py
r449 r452 266 266 <p>Object Role Modeling (ORM) is the most powerful and easiest to learn 267 267 approach to information modeling and relational database design. Everyone who 268 designs or works with databases will find it useful to learn. http://orm.net/ is 269 a good place to start.</p> 268 designs or works with databases will find it useful to learn. www.orm.net 269 and www.ORMFoundation.org are good places to start.</p> 270 270 <p>Run the <i>Install ORM Diagram</i> script to add ORM reports to the menus.</p> 271 271 <ul> 272 <li><i>ORM Diagram</i> - draw ORM diagrams to capture information requirements (see ORM in shortcuts help) </li> 272 <li><i>ORM Diagram</i> - draw ORM diagrams to capture information requirements 273 (see ORM in shortcuts help) </li> 273 274 <li><i>ORM Object Type</i> - edit object type names, specify data types</li> 274 <li><i>ORM Fact Type</i> - edit fact readings, specify factnames</li>275 <li><i>ORM Fact Type</i> - edit fact type readings, specify fact type names</li> 274 275 <li><i>Relational Table</i> - override generated table names</li> 275 <li><i>Relational Table / Relational Column</i> - override generated column names and data types</li> 276 <li><i>Relational Table / Relational Column</i> - override generated 277 column names and data types</li> 276 278 </ul> 277 279 <p>Important scripts:</p>
