mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Update old stuff in readme file
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# HeidiSQL
|
||||
HeidiSQL is a useful and reliable tool designed for web developers using the popular [MySQL](http://www.mysql.com/) server, [Microsoft SQL databases](http://www.microsoft.com/sql/), [PostgreSQL](http://www.postgresql.org/) and [MariaDB](http://www.mariadb.org/). It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. Also, you can export structure and data, either to SQL file, clipboard or to other servers. Read about [features](https://www.heidisql.com/#featurelist) or see some [screenshots](https://www.heidisql.com/screenshots.php).
|
||||
HeidiSQL is a useful and reliable tool designed for web developers using the popular [MariaDB](http://www.mariadb.org/) or [MySQL](http://www.mysql.com/) server, [Microsoft SQL databases](http://www.microsoft.com/sql/) or [PostgreSQL](http://www.postgresql.org/). It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. Also, you can export structure and data, either to SQL file, clipboard or to other servers. Read about [features](https://www.heidisql.com/#featurelist) or see some [screenshots](https://www.heidisql.com/screenshots.php).
|
||||
|
||||
Look at [the online help page](http://www.heidisql.com/help.php) for learning how to use HeidiSQL.
|
||||
|
||||
# Building
|
||||
Delphi XE5 is required for building HeidiSQL. Older Delphi versions will most likely fail; newer Delphi versions may work or fail. Unfortunately, Lazarus or one
|
||||
Delphi 10.3 is required for building HeidiSQL. Older Delphi versions will most likely fail; newer Delphi versions may work or fail. Unfortunately, Lazarus or one
|
||||
of the other free compilers cannot currently compile HeidiSQL.
|
||||
|
||||
Once Delphi XE5 is installed, you need to load the SynEdit project from the components folder. Build both run-time and design-time packages. Install the
|
||||
design-time package. Do the same for the VirtualTree component project, and install madExcept4.
|
||||
Once Delphi is installed, you need to load the SynEdit project from the components folder. Build both run-time and design-time packages. Install the
|
||||
design-time package. Do the same for the VirtualTree component project, and install madExcept.
|
||||
|
||||
Afterwards, load the HeidiSQL project from the packages folder.
|
||||
|
||||
Reference in New Issue
Block a user