Files
ports/databases/heidisql/files/pkg-message.in
T
Jose Alonso Cardenas Marquez e6bb3e56f8 databases/heidisql: New port: a lightweight client for managing multiple databases
HeidiSQL is a graphical interface for managing MariaDB or MySQL servers,
Microsoft SQL databases, PostgreSQL, SQLite, Interbase or Firebird. "Heidi"
lets you 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.
2025-12-17 15:54:44 -08:00

27 lines
631 B
Plaintext

[
{ type: install
message: <<EOM
HeidiSQL was installed
1) HeidiSQL needs client library to connect to a supported database. Well
supported databases are MySQL/MariaDB, PostgreSQL and SQLite.
# pkg search -x "^(mysql|mariadb)[0-9].*-client-*"
# pkg search -x "^postgresql.*-client-*"
# pkg search -x "^(sqlite|sqlite3)-[2|3]"
2) Do not forget install client library. E.g. an user wants use postgresql from
HeidiSQL.
# pkg install postgresql17-client
3) HeidiSQL can be compiled and installed with supports for gtk2, qt5 or qt6
graphic interfaces.
# pkg install heidisql-qt6
4) Enjoy it!
EOM
}
]