Retour aux promos
SQLPro Studio database client

Outils de developpement

Gratuit

SQLPro Studio database client

par Hankinsoft Development Inc

1,0 (1) v2026.153 194 Mo Universel 4+

Captures d'écran

Description

SQLPro Studio is the premium database client and management tool for Postgres, MySQL, Microsoft SQL Server and Snowflake databases.

Some of the great features include:
+ Intellisense/SQL autocompletion.
+ Syntax highlighting with customizable themes (including dark).
+ Tabbed based interface for an optimal user experience (iPad).
+ Context aware database tree navigation, including quick access to tables, views, columns, indexes and much more!
+ NTLMv2 supported (but not required).
+ Netbios support.
+ SSH Tunnelling (password and private key authentication).

SQLPro Studio supports the following database servers:
+ MySQL & MariaDB
+ PostgreSQL
+ Microsoft SQL Server (2005 and above)
+ Snowflake

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)

- Opening a SQLite file no longer freezes the UI while the schema is read, especially on large or iCloud-backed databases.
- 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.