Tamery is in beta. Features and interfaces may change.
Supported databases
- PostgreSQL — full support
- MySQL — full support
- MSSQL (SQL Server) — full support
- ClickHouse — full support
- SQLite — coming soon
- MongoDB — coming soon
Key features
AI SQL assistant
Generate SQL from plain English, explain queries, and fix errors — with schema context.
Table browser
Filter, sort, and edit rows inline. No SQL required.
SQL editor
Monaco editor with autocomplete and a results grid.
Schema visualizer
Interactive ER diagram, plus a definitions browser for enums, indexes, functions, triggers, and
policies.
Platforms
- Web — tamery.app. No install; sign in and connect.
- Desktop — download for macOS, Windows, Linux. Runs a local proxy for localhost and private-network databases.
- CLI —
tameryvia npm (Node.js 20+).tamery loginto authenticate,tamery proxyfor a local proxy.
Security
Tamery encrypts every connection string at rest with a per-user key. When you save a connection, you choose how its password is handled:- Cloud (with password) — full connection string, including the password, is encrypted and synced to every device.
- Cloud (without password) — only metadata (host, port, database, username) syncs; the password stays on the device where you enter it.