Changes between Version 6 and Version 7 of HowTos/HowToUseGenericDatabaseMessages
- Timestamp:
- 05/27/10 20:48:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/HowToUseGenericDatabaseMessages
v6 v7 3 3 = Generic Database Messages = 4 4 5 One of the most compelling features of Model-Glue is its automated database capabilities. By using the Reactor framework, Model-Glue automates the creation and execution of common database tasks, such as single table CRUD (create, read, update, delete) and basic listing (SELECT).5 One of the most compelling features of Model-Glue is its automated database capabilities. By using an ORM framework (Reactor, Transfer, etc.), Model-Glue automates the creation and execution of common database tasks, such as single table CRUD (create, read, update, delete) and basic listing (SELECT). [wiki:HowTos/ORMIntegration/InstallingAnORM Installing an ORM in ModelGlue] [http://livedocs.reactorframework.com/Reactor_Documentation.htm#hasMany.htm Reactor's documentation]. [http://docs.transfer-orm.com/ Transfer's documentation] 6 6 7 7 The framework accomplishes this by automatically loading a controller (the "!DataController") that listens for what are known as the "Generic Database Messages" (GDMs) These are a set of commands you can use inside your !ModelGlue.xml file to invoke automatic database functions.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)