Home › Developer Tools
Information
Apple ID1448366032
Bundle IDcom.hankinsoft.ios.sqlpro-for-sqlite
SellerSeller
Min iOS17.0
Min macOS14.0
Device familiesiphone, ipad
Released2023-08-02
Copyright© Hankinsoft Development, Inc
Privacy policyLink ↗
Preview 2 platforms
iPhone 4 images
iPad 4 images
What’s New Version 2026.180
Updates and improvements.
Description
SQLite client is a premium database client and management tool for SQLite & core data 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!
+ Query history
+ The ability to execute multiple queries at one and view the result sets.
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 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.
Capabilities
In-App Purchases
Accessibility
ipadiphonemacrealityDevicetvoswatch
Version history 18 versions
Build 887959252v2026.1802026-07-07 19:40:44
Updates and improvements.
Build 887002177v2026.1702026-06-16 01:03:55
+ Improved reliability and performance under the hood.
+ Various bug fixes and refinements.
Build 886538675v2026.1602026-06-08 09:00:14
+ Fixed an issue that could cause the app to lockup when opening some sqlite files.
Build 886114077v2026.1092026-05-25 22:48:02
- Moved some logic that should have been on a background thread, from a foreground thread to a background thread.
Build 886036382v2026.1082026-05-23 20:01:56
- 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.
Build 885249162v2026.922026-05-04 22:01:45
- Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could end up out of order when the database returned numeric values as strings (most commonly with Oracle).
- iPad schema sidebar crash. Fixed a table-view crash when removing the last table from a database in the schema sidebar.
- Large-cell tooltips. Faster scrolling and pointer-driven tooltips on result grids that contain very large string values (multi-megabyte JSON / log columns no longer cause UI hitches).
- Open from Files / Share sheet. Opening a `.sql` file from the Files app or a Share-sheet provider no longer freezes the app on slow sources (iCloud Drive, Google Drive, OneDrive). The file is now read on a background thread with a *Loading…* placeholder in the destination tab.
Build 885123314v2026.902026-04-30 20:12:00
- Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache.
Build 884805039v2026.812026-04-22 18:39:27
- Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data.
- Improvements to Auto-reconnect when the server drops the connection (idle timeouts, brief network blips, server restarts).
- Various crash fixes and stability improvements.
Build 884075992v2026.522026-04-02 23:38:12
- Fixed an issue where some users when importing a sqlite file would see no UI.
Build 883794859v2026.502026-03-27 01:29:39
+ Split view on iPhone: Query editor and results now display simultaneously in a top/bottom split view, replacing the old tab+based layout
+ "Run selected" support: Select a portion of your query and the Run button changes to "Run selected" to execute just that part
+ Run menu dropdown: Tap the chevron next to Run to access all actions ++ Run current, Run all, Save, Export, Format, Find, History, and Favorites all in one place
+ Execute query at cursor: Run just the query under your cursor without selecting it
+ Tappable line links in messages: Message output now shows clickable "(Line N)" links that highlight the corresponding query
+ Error highlighting: Query errors now show a red squiggly underline on the problematic text, matching the desktop app
+ Redesigned Alter Table: Columns, Indexes, Foreign Keys, and Triggers tabs rebuilt with a modern look and inline validation
+ Export from connection list: Long press a database and tap Export to share the .sqlite file directly
+ Connection list context menu: Long press any database for quick Connect, Export, or Delete actions
+ Live dark/light mode switching: Theme changes now apply instantly, including syntax highlighting colors, without restarting the app
Build 882614194v2026.102026-02-20 04:01:19
+ Improved support for iOS 26.
Build 880311817v2025.812025-12-03 18:23:44
+ Fixed an issue where the 'Run Query' button could disappear.
Build 880283897v2025.802025-12-02 21:47:34
+ iOS 26 improvements.
Build 878207814v2025.572025-09-23 13:39:33
+ Improvements with line number displays for queries.
+ Fixed a crash some users could have when modifying sqlite databases.
+ Improvements to modifying sqlite table ddl.
+ Fixed an issue where scripting views would not always work.
Build 872666783v2025.152025-02-20 23:21:56
+ Fixed a crash that could occur when long-pressing a connection.
Build 867005532v2024.532024-07-01 18:29:31
+ Fixed a crash some users were seeing when making a connection.
Build 863899366v2024.152024-05-01 16:45:53
+ Fixed a few crash issues some users were seeing.
Build 829832585v2023.502023-08-02 13:26:08
No pricing data captured yet — comparisons appear once the app has paid storefronts or in-app purchases.
Availability 1 of 1 storefronts
| Region | Language | Price | Ratings | Avg | Version |
|---|---|---|---|---|---|
US | en-US | Free | 2 | 3.0 | 2026.180 |
Change log 22 changes · US
✎
releaseNotes updated
Updates and improvements.
✎
description updated
SQLite client is a premium database client and management tool for SQLite & core data databases.
Some of the great features include:
+ Intellisense/SQL autocom
✎
subtitle updated
by SQLPro
✎
name updated
SQLite database client
◆
Version 2026.180 released
Updates and improvements.
◆
Version 2026.170 released
+ Improved reliability and performance under the hood.
+ Various bug fixes and refinements.
◆
Version 2026.160 released
+ Fixed an issue that could cause the app to lockup when opening some sqlite files.
◆
Version 2026.109 released
- Moved some logic that should have been on a background thread, from a foreground thread to a background thread.
◆
Version 2026.108 released
- 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 slo
◆
Version 2026.92 released
- Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could
◆
Version 2026.90 released
- Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache.
◆
Version 2026.81 released
- Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data.
- Improvements to Auto-reconnect when the server drops the connection (idle timeouts, br
◆
Version 2026.52 released
- Fixed an issue where some users when importing a sqlite file would see no UI.
◆
Version 2026.50 released
+ Split view on iPhone: Query editor and results now display simultaneously in a top/bottom split view, replacing the old tab+based layout
+ "Run selected" support: Select a portion of your query and the Run button changes to "Run selected"
◆
Version 2026.10 released
+ Improved support for iOS 26.
◆
Version 2025.81 released
+ Fixed an issue where the 'Run Query' button could disappear.
◆
Version 2025.80 released
+ iOS 26 improvements.
◆
Version 2025.57 released
+ Improvements with line number displays for queries.
+ Fixed a crash some users could have when modifying sqlite databases.
+ Improvements to modifying sqlite table ddl.
+ Fixed an issue where scripting views would not always work.
◆
Version 2025.15 released
+ Fixed a crash that could occur when long-pressing a connection.
◆
Version 2024.53 released
+ Fixed a crash some users were seeing when making a connection.
◆
Version 2024.15 released
+ Fixed a few crash issues some users were seeing.
◆
Version 2023.50 released