MyDeveloper Studio 3.0 Beta Available!

Devart news about betas, releases, awards, and other information
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

MyDeveloper Studio 3.0 Beta Available!

Post by Devart » Fri 23 May 2008 15:33

Core Lab announces the beta version of MyDeveloper Studio. Version 3.0 introduces a number of essential features which boost database development productivity.

Starting from version 3.0 MyDeveloper Studio will be divided into three Editions: Express [color=red](free of charge)[/color], Standard, and Professional.
[list][*][b]Express[/b] Edition provides basic functionality for working with schema objects, user accounts, and SQL scripts. Express Edition is free!
[*][b]Standard[/b] Edition includes all must-have tools for database development, like Debugger, Query Builder, code templates, object search, various export and maintenance wizards, etc.
[*][b]Professional[/b] Edition combines standard functionality with extended features required for professional database developers. Professional Edition includes database project development, schema and data comparison tools, SQL code formatting and syntax check.[/list]
[b]Enhanced Database Project[/b]

Project building to an SQL script is available with support of different build options and build configurations. Project build includes SQL syntax check, reference check, scripts processing with applying database options, and generating the result script or several scripts based on the selected order. It results in a validated and ready to deploy script or collection of several scripts.

Project configurations allow you to create several profiles with different options and build order for deploying your project into different MySQL servers. Project refactoring amplifies renaming of a project object with automatic update of all the objects that reference it. All the changes can be previewed and disabled. Code completion list contains all project objects.

[b]Schema comparison[/b]

Schema comparison tool allows you to compare and synchronize quickly either two schemas or a schema and a project. Based on your needs, a target schema can be synchronized with a source one completely or partially.

[b]Data comparison[/b]

Data comparison tool allows complete or partial comparing of data between different schemas. Data differences are conveniently displayed. Comparing of views is also allowed.

[b]SQL Formatting[/b]

Highly customizable code formatting allows you to set up various options for different statement kinds. SQL code can be automatically formatted while typing and reformatted with the shortcut. SQL Formatter wizard provides batch formatting.

[b]SQL syntax check[/b]

You can check your code and quickly locate errors without using MySQL server. Syntax check of the entire database project is also available.

[b]Brand new Query Builder[/b]

Query Builder has been completely re-designed and renovated to meet your needs. SQL syntax support is significantly enhanced. Intuitive UI provides visual creation of complex select statements without a single code line, convenient management of query properties, simple drag'n'drop addition of tables, and quick navigating. Powerful expression editor enables simple and accurate creation of complex conditions.

[b]Extended Data Export[/b]

A range of supported formats for export is increased. It includes CVS, DBF, HTML, MS Access, MS Excel, ODBC, PDF, RTF, Text and XML. Using well-designed Data Export wizard, you can set additional parameters for each output format.

[b]Context-sensitive help[/b]

MyDeveloper Studio provides "on the fly" support during your work. You can press F1 to quickly retrieve reference information about MySQL statements, keywords, data types and built-in functions from SQL editor.

[b]Support of new table features and storage engines[/b]

Now visual table editor allows you to create partitioned tables. Moreover you can create MERGE and Falcon tables.

[b]Summary Window[/b]

Summary window is added for quick access to database object properties when browsing schema with Database Explorer. Window displays information about currently selected database object or a collection of objects.

Please try the new version of MyDeveloper Studio that can be downloaded at http://www.crlab.com/mysqldev/download.html

We're looking forward to your comments and suggestions.

Core Lab development team
[url]http://www.crlab.com/mysqldev[/url]

Locked