Retour aux promos
MySQL Client by SQLPro

Outils de developpement

Gratuit

MySQL Client by SQLPro

par Hankinsoft Development Inc

v2026.153 31 Mo Universel 4+

Captures d'écran

Description

SQLPro for MySQL is a lightweight but powerful MySQL and MariaDB database client, which allows quick and simple access to MySQL/MariaDB Servers including cloud services such as Amazon RDS, Microsoft Azure and Digital Ocean.

Some of the great features include:
+ Intellisense/SQL autocompletion.
+ Syntax highlighting.
+ Tabbed based interface for an optimal user experience (iPad).
+ Support for executing multiple queries at once.
+ Quick access to tables, columns and more.
+ Dark & Light themes which can be switched manually or automatically adjusted by your devices brightness.
+ Netbios support.
+ Export options including CSV, XML and JSON.
+ SSH Tunnelling (password authentication & private key auth).

SQLPro for MySQL works with MySQL & MariaDB. It will not work with other database servers such as MSSQL, PostgresSQL or Oracle.

Privacy Policy:
https://hankinsoft.com/privacypolicy.html

Terms of Use:
https://hankinsoft.com/termsofuse.html

Price:
SQLPro requires a Premium upgrade in order to interact with database result sets. Premium is available as either a Lifetime Purchase or through a Subscription with Monthly and Yearly options. Subscriptions auto-renew within 24 hours of the expiration date unless auto-renewal is turned off in the iTunes account settings. Your Account will be charged for renewal (based on your selected plan) within 24-hours prior to the end of the current period. Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable. Payment will be charged to your iTunes Account at confirmation of purchase.

Nouveautés (v2026.153)

- Autocomplete: debounce on keystroke updates, plus O(1) allowed-tables lookup per entry. Large schemas no longer slow typing in the query editor.
- Connection-pool teardown no longer blocks the UI while a remote database closes its socket. Disconnect and tab-close return immediately even when the database is unreachable.
- Result-set sort treats signed numeric strings as NSDecimalNumber so "-100" sorts below "-50" instead of the other way around.
- Fixed a crash when copying a geometry cell value.
- Moved some logic that should have been on a background thread, from a foreground thread to a background thread.