Database Deployment Manager

Database Deployment Manager

Database Deployment Manager 0.1f
Developer(s) The Unauthorized Frog project
Stable release
0.1k / 2013-09-26
Repository sourceforge.net/projects/dbm-project/files/
Operating system Windows 2000, XP, Windows 7 and Vista, Linux
Type Database Design, Data Modeling
License LGPL
Website sourceforge.net/projects/dbm-project/

Database Deployment Manager (DDM) is an open source desktop oriented multi-platform database design tool that allows database administrators and/or programmers to create database structures (using an object oriented methodology) and deploy them into an existing database. The tool allows creation of diagrams to identify basic relations between the defined structures.

Database support

DDM right now works with

, plans are to extend it to be able to use more databases.

Features

Object Oriented Modeling

This feature allows the creation of database tables following the paradigms of object oriented programming. You can have a base table (called a table template), and you can derive (specialize) tables from it. The specialized table will have the columns inherited from the base table, and also you can add new columns to it. The table instances can be populated with default values, and after population they are deployed in the selected database(s). There can be more instance of a table template, each of them can have its own set of default values.

DDM uses a building block approach, all the columns of a table are based on generic data types which are mapped to SQL types of the underlying database, this offers a high grade of re-usability and flexibility when designing a database, and also will make easier the future mapping of Data types to more common programming language types.

License

DDM 0.1j is released under LGPL

See also

Wikimedia Commons has media related to Database Deployment Manager.

Official website

This article is issued from Wikipedia - version of the 2/9/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.