Difference between revisions of "DBModeler"

From GNUstepWiki
Jump to navigation Jump to search
(Create DBModeler application page)
 
(categorize, clean up, mark as stub)
Line 1: Line 1:
== About DBModeler.app ==
+
{{Stub}}
  
DBModeler.app is based loosely on EOModeller.app and is used to create EOModels - definitions of mappings between the tables, columns and rows of a relational database to objects within a GNUstep program that uses GDL2 (GNUstep's EOF implementation).  
+
[[Image:DBModeler-snapshot.png|frame|Snapshot of DBModeler.app in operation]]
 +
DBModeler.app is based loosely on EOModeller.app and is used to create EOModels -- definitions of mappings between the tables, columns and rows of a relational database to objects within a GNUstep program that uses [[GDL2]] (GNUstep's EOF implementation).  
  
 
Existing EOModels may be opened and modified, new ones may be created manually, or even "reverse-engineered" from an existing database if DBModeler is able to connect to an existing database.
 
Existing EOModels may be opened and modified, new ones may be created manually, or even "reverse-engineered" from an existing database if DBModeler is able to connect to an existing database.
Line 7: Line 8:
 
The resulting EOModels can be used to allow simple database connectivity in GNUstep applications, tools, or within GNUstep Web applications without significant additional coding effort.
 
The resulting EOModels can be used to allow simple database connectivity in GNUstep applications, tools, or within GNUstep Web applications without significant additional coding effort.
  
== Current status ==
 
  
GDL2 contains DBModeler.app in CVS. It is currently functional for basic EOModel creation, and new features are still being added.
+
[[Category:Development Applications]]
 
 
[[Image:DBModeler-snapshot.png|Snapshot of DBModeler.app in operation]]
 
 
 
== Known issues ==
 
 
 
* probably a few ;-)
 

Revision as of 19:58, 15 September 2006

This article or section is a stub (i.e., in need of additional material).
You can help us by expanding it


File:DBModeler-snapshot.png DBModeler.app is based loosely on EOModeller.app and is used to create EOModels -- definitions of mappings between the tables, columns and rows of a relational database to objects within a GNUstep program that uses GDL2 (GNUstep's EOF implementation).

Existing EOModels may be opened and modified, new ones may be created manually, or even "reverse-engineered" from an existing database if DBModeler is able to connect to an existing database.

The resulting EOModels can be used to allow simple database connectivity in GNUstep applications, tools, or within GNUstep Web applications without significant additional coding effort.