Content deleted Content added
Link Object Pascal |
DRSDavidSoft (talk | contribs) mNo edit summary |
||
Line 34:
Ansgar Becker began development on a MySQL front-end in 1999 naming the project "MySQL-Front" and used a direct API layer written by Matthias Fichtner<ref>{{cite web|url=http://www.fichtner.net/delphi/mysql.delphi.phtml mysql.pas|title=Client API for MySQL Database Servers|publisher=audio-data.de|author=Matthias Fichtner|accessdate=2014-12-01|date=2011-09-15}}</ref> to interface with MySQL servers and contained databases. Private development continued until 2003 with version 2.5.
In 2004, during a period of inactivity, Becker sold the MySQL-Front branding to Nils Hoyer, who continued development by [[clone (computing)|cloning]] the original software.<ref>https://www.heidisql.com/forum.php?t=20155</ref><ref>https://www.heidisql.com/forum.php?t=23</ref>
In April 2006, Becker open-sourced the application on [[SourceForge]], renaming the project "HeidiSQL". HeidiSQL was re-engineered to use a newer and more popular database-interface layer, ZeosLib, which debuted in version 3.0.
Line 70:
**View all databases on the server, connect to a single database to work with its tables and data
**View connected databases' total and table size in KB/MB/GB within the database/table tree structure
**Create new, alter existing databases' name, character set and
*'''Tables, views, procedures, triggers and events'''
**View all objects within the selected database, empty, rename and drop (delete) objects
**Edit table columns, indexes, and foreign keys. Virtual columns on MariaDB servers are supported.
**Edit view query and settings
**Edit procedure SQL body and parameters
Line 80:
==See also==
* [[Comparison of database tools]]
Line 87 ⟶ 86:
==External links==
* {{Official website}}
{{MySQL}}
|