Welcome to SQLOZ
Welcome to SQLOZ
SQLOZ is a native macOS database client for MySQL and MariaDB. It is built to be fast, private, and pleasant to use: your data never leaves your Mac, and no telemetry is collected.
Quick start
- Download and install SQLOZ from the Mac App Store.
- Add a connection — host, port, username, and password. Passwords are stored securely in your Mac’s Keychain.
- Open the Object Browser to see databases, tables, views, and routines.
- Double-click a table to open its data in the grid, or
- Open the SQL editor to write and run queries.
Connecting
SQLOZ connects directly from your Mac to the server you specify over standard MySQL protocol (port 3306 by default). Local, network, and SSH-tunneled connections are supported.
Features at a glance
- Query editor with syntax highlighting, autocompletion, and multiple result tabs
- Table data grid with inline editing, filtering, sorting, and paging
- Schema tools — compare databases, generate ALTER plans, import, and export
- SQLOZ Pro unlocks the advanced toolset with a single subscription
This documentation will grow as SQLOZ evolves. Each page is written in Markdown — contributions and corrections are welcome.