Skip to main content
From zero to your first query.
1

Create an account

Go to tamery.app and click Sign in. Use email or an OAuth provider.
2

Add a connection

Click Add new, pick a database type (PostgreSQL, MySQL, MSSQL, ClickHouse), and paste your connection string. Click Test connection, then name it and Save.Choose a sync type: Cloud (with password) syncs the full string to every device; Cloud (without password) syncs only metadata and keeps the password local. Either way the connection is available wherever you sign in.
3

Browse data

Open the connection, go to Table browser, pick a schema and table. Sort by clicking headers, filter rows, and click a cell to edit it.
4

Run a query

Open the Query editor and run SQL:
Press Ctrl/+Enter to execute. Results show below the editor.
5

Try the AI assistant

Open the AI chat panel and ask in plain English — e.g. “top 5 customers by total order value”. The assistant knows your schema and can generate, explain, and fix SQL. Insert any suggestion into the editor with one click.

Next

Connections

Manage connections and sync types.

AI assistant

Natural-language queries and error fixes.

CLI

Query and proxy from the terminal.