What's new in Database Deployment Manager 0.1k

Oct 11, 2013
  • Support for CUBRID and Sqlite databases with all aspects of DDM supported
  • Guided stored method creation
  • You can create a table directly in the database using the GUI
  • Version management for tracking changes and updating deployed databases without having to do it the manual way.
  • Documentation generator based on the description of the elements
  • New "Bind to deployment" feature: deploy the database together with the solution
  • database specific properties in order to allow support for multiple databases
  • database browsing enhanced supporting more objects with a consistent GUI
  • Support for stored procedures
  • Data validation for the table instances
  • Browse the databases behind the available connections
  • Execute queries on the connections' database
  • Import tables directly from the database to the solution
  • Syntax highlighted SQL editor with code completion
  • Connection manager for your databases, so that you don't have to remember them
  • Support for reverse engineering of a database
  • A Visual Query builder making easier the creation of SELECT queries for views
  • Deployment to multiple databases (connections) in the same time
  • Create and group by type datatypes that can be used to create columns in a table
  • Using Object Oriented modelling create table templates which define the structures of a table and then create instances of the table template which is used to physically create the tables in the database
  • Create E-R diagrams between chosen tables, export these as graphics or SVG or PDF
  • Object oriented / flat modelling of table structures
  • Load/Save startup data for tables from CSV files
  • Sql Generation for MySQL and injection in a database
  • Perform a database reverse engineering to obtain the tables of the database
  • Validate an existing solution to pinpoint normalization and other issues that might be sources of errors in the future

New in Database Deployment Manager 0.1i (May 23, 2012)

  • database specific properties in order to allow support for multiple databases
  • database browsing enhanced supporting more objects with a consistent GUI
  • Support for stored procedures
  • Data validation for the table instances
  • Browse the databases behind the available connections
  • Execute queries on the connections' database
  • Import tables directly from the database to the solution
  • Syntax highlighted SQL editor with code completion
  • Connection manager for your databases, so that you don't have to remember them
  • Support for reverse engineering and/or creating views
  • A Visual Query builder making easier the creation of SELECT queries for views
  • Deployment to multible databases (connections) in the same time
  • Create and group by type datatypes that can be used to create columns in a table
  • Using Object Oriented modelling create table templates which define the
  • structures of a table and then create instances of the table template
  • which is used to physically create the tables in the database
  • Create E-R diagrams between chosen tables, export these as graphics or SVG or PDF
  • Object oriented / flat modelling of table structures
  • Load/Save startup data for tables from CSV files
  • Sql Generation for MySQL and injection in a database
  • Perform a database reverse engineering to obtain the tables of the database
  • Validate an existing solution to pinpoint normalization and other issues that might be sources of errors in the future

New in Database Deployment Manager 0.1h (Jan 26, 2012)

  • Database Deployment Manager (ddm) is an application to create, manage, browse and deploy databases. The target audience of it are database administrators, programmers or hobbyists who want to quickly create and deploy the initial layout of the database. DDM comes with support for deployment for the MySQL database.

New in Database Deployment Manager 0.1g (Dec 21, 2011)

  • Code completion for the SQL editor
  • Some bugs fixed, some more bugs introduced
  • Database browsing and query execution

New in Database Deployment Manager 0.1f (Dec 21, 2011)

  • Even more bugs were fixed. Some more were introduced
  • Visual Query builder for VIEW queries
  • Connection manager
  • Parallel deployment
  • Changed to Inno installer

New in Database Deployment Manager 0.1e (Dec 21, 2011)

  • Fixed more bugs
  • Some GUI redesign
  • More documentation written
  • Implemented the database reverse engineering feature
  • Implemented a database validation

New in Database Deployment Manager 0.1d (Dec 21, 2011)

  • Fixed some small bugs
  • Implemented copy/paste for tables and columns
  • Implemented the grouping of the data types in color coded folders
  • Minor GUI redesign for some windows

New in Database Deployment Manager 0.1c (Dec 21, 2011)

  • Fixed another bug in the table deletion mechanism when the table was part of a diagram

New in Database Deployment Manager 0.1b (Dec 21, 2011)

  • Fixed a small bug in the foreign key handling