dbForge Studio for MySQL
dbForge Studio for MySQL is a most intelligent MySQL management tool that enables a MySQL developer or MySQL administrator to create and execute queries, develop and debug MySQL routines as well as automate MySQL database object management in the convenient environment.
-
Integration with Version Control System
Need integration with version control systems (Bazaar, SVN, GIT). Store and retrieve objects (SP, Func, etc.) and DB schema at all. Diff, history, etc.
Just like in Eclipse, but (file) == (SP, Func and other DB schema objects)273 votes -
dbForge Studio for PostgreSQL?
Write please the program for PostgreSQL.
209 votes -
Copy or Move via Drag & Drop
Copy or Move via Drag & Drop of any item to another schema & across connections
47 votes -
Colors for datatypes
Displaying fields of different types in different colors, as example int* - blue, char* - green etc, in data editor and table editor. Maybe in compare tool.
As HeidiSQL: http://www.heidisql.com/screenshots.php?which=grideditors
34 votes -
Query field in Data tab
Show a small field with a SQL query executed at the opening of the data tab with the ability to modifiability the query. At first name filters and sorts also change it
30 votes -
Ability to disregard white space in schema comparisons
Ability to disregard white space in schema comparisons
26 votes -
Add SQL 'Scripts' folder to connection/object type list
Add 'Scripts' folder location tab to 'connection' setup dialog and you would get this:
<connection>
......Tables
......Views
......Procedures
......Functions
......Triggers
......Events
......UDFs
......Scripts
......SQL_ScriptsPerhaps even consider ability to enable a auto-maintained 'sql_scripts' table to any schema for unified storage. Browse to SQL_Scripts, right-click to Edit/Run, just like file system level scripts.
23 votes -
Import data from multiple files at once
Data Import improvement
21 votes -
Add the ability to filter objects in Database Explorer
Add the ability to filter tables, views, fileds, etc. in Database Explorer.
19 votes -
18 votes
-
internal sample data generator
will be useful for rapid filling of data and study the performance, before it becomes a problem.
18 votes -
Support MariaDB
The table containing virtual columns is not visible in dbForge Studio for MySQL:
CREATE TABLE IF NOT EXISTS `table1` (
`test` varchar(255) DEFAULT NULL,
`users_index` varchar(15) AS (CONCAT('test', test)) PERSISTENT,
UNIQUE KEY `test` (`test`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;17 votes -
Setting to enable working with a database in implicit transactions
In the database menu we can start, commit and rollback transactions. But sometimes I forget to start a transaction, work with a database and then I want to rollback my changes, but I can't.
Would be nice if we had an option to start implicit transactions when working with a database.
Of course there are statements that cause an implicit commit, but users should be aware about them.
So, one of the use cases can be like this:
I open a new SQL window, write a few queries and execute them. And then I see links (buttons) to commit or…
17 votes -
Use UML or ISO notation for diagrams.
I believe these are more intuitive than the available notations.
15 votes -
13 votes
-
We need possibility to draw more
We need possibility to draw free any colored lines vith arrows from any diagram point to any other diagram point - small visio line drawing as sample. Without any column linking - only any line drawing.
12 votes -
NDBCLUSTER
Table Type Add NDBCLUSTER
12 votes -
Backup all databases
A backup for all databases (or choosen) will be useful. These function should be startable from the windows task planer for a good backup strategy.
12 votes -
11 votes
-
10 votes
- Don't see your idea?