Skip to main content
Tamery is a database client for relational and analytical databases. Connect, browse, query, and edit data, with an AI assistant that knows your schema.
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

  • Webtamery.app. No install; sign in and connect.
  • Desktopdownload for macOS, Windows, Linux. Runs a local proxy for localhost and private-network databases.
  • CLItamery via npm (Node.js 20+). tamery login to authenticate, tamery proxy for 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.
Both modes sync the connection across devices. See Security for details.