> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tamery.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Tamery: AI-powered database client

> Tamery is a database client for PostgreSQL, MySQL, MSSQL, and ClickHouse with a built-in AI assistant for writing and fixing SQL.

Tamery is a database client for PostgreSQL, MySQL, MSSQL, and ClickHouse. Browse and edit data, write SQL, visualize schemas, and use a schema-aware AI assistant — on the web, desktop, or CLI.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Add a connection and run your first query.
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Desktop app for macOS, Windows, and Linux, or the CLI via npm.
  </Card>

  <Card title="Connections" icon="database" href="/connections/overview">
    Add connections and choose how credentials sync.
  </Card>

  <Card title="AI assistant" icon="sparkles" href="/features/ai-assistant">
    Write, fix, and explain SQL with schema context.
  </Card>
</CardGroup>

## Features

<CardGroup cols={3}>
  <Card title="Table browser" icon="table" href="/features/table-browser">
    Browse, filter, sort, and edit data.
  </Card>

  <Card title="SQL editor" icon="code" href="/features/sql-editor">
    Monaco-based editor with autocomplete and inline AI.
  </Card>

  <Card title="Schema visualizer" icon="diagram-project" href="/features/schema-visualizer">
    Interactive ER diagram of your tables and relationships.
  </Card>
</CardGroup>

## Platforms

* **Web** — [tamery.app](https://tamery.app), no install.
* **Desktop** — [download](https://tamery.app/download) for macOS, Windows, Linux. Runs a local proxy for localhost and private-network databases.
* **CLI** — `npm install -g tamery` for queries, SQL files, and a local proxy.
