HeidiSQL: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 16:
'''HeidiSQL''' (previously known as MySQL-Front) is a [[Free software|free]], [[open source]] client for [[MySQL]] developed by German programmer Ansgar Becker who goes by the pseudonym Anse.
 
== General details ==
The releases with version numbers below 3.0 were known as MySQL-Front until 2.5. The name has changedbeen switched in 2006 to HeidiSQL, as Ansgar Becker took his old sources and put them into a new open-source-project at [[SourceForge]] in April 2006.
 
There was also a shareware-application called "MySQL-Front 3.0", which was developed by another developer from 2004 to 2006 and had a complete new codebase.
Line 24 ⟶ 25:
== Some technical details ==
* HeidiSQL is completely develloped in Delphi
* The communication layer to the [http://www.mysql.com/ [MySQL]]-server is implemented by the use of the popular [http://zeos.firmos.at/portal.php ZeosLib], whereas the old MySQL-Front 2.5 used the more direct API-layer [http://www.fichtner.net/delphi/mysql.delphi.phtml mysql.pas by Matthias Fichtner]
* The source-management is done by using a [https://svn.sourceforge.net/svnroot/heidisql SVN repository]
* New developpers should take care of some details gathered in the [http://www.heidisql.com/svn/readme.html readme-file]