Difference between revisions of "DBModeler.app"

From GNUstepWiki
Jump to navigation Jump to search
(Update license and maintainer)
(Add feature list)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
  
 
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.|
features = |
+
features =  
 +
* create entity-relationship models
 +
* view models in diagram form
 +
* reverse-engineer models from existing databases
 +
* drag-and-drop entities and relationships into Gorm for integration into GUI apps
 +
* generate databases and table schemas in supported databases |
 
maintainer = * [mailto:ratmice@yahoo.com Matt Rice] |
 
maintainer = * [mailto:ratmice@yahoo.com Matt Rice] |
 
relatedlinks = |
 
relatedlinks = |
category = [[Category:Development Applications]]}}
+
category =
 +
[[Category:Database Applications]]
 +
[[Category:Development Applications]]
 +
}}

Latest revision as of 16:51, 28 January 2009

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


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).

Current Version: Unknown

  • Released: Unknown
  • Licensed: GPL 2.0

Overview

File:DBModeler-snapshot.png 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.

Features

  • create entity-relationship models
  • view models in diagram form
  • reverse-engineer models from existing databases
  • drag-and-drop entities and relationships into Gorm for integration into GUI apps
  • generate databases and table schemas in supported databases

Maintainer

Related Links