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

# TeeSQL Documentation

> Confidential PostgreSQL — encrypted in transit, at rest, and in use.

TeeSQL is a managed PostgreSQL service that runs inside Intel TDX confidential VMs, so your data stays encrypted even while it's being queried.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a database and run your first query
  </Card>

  <Card title="Security & Trust" icon="shield-half" href="/security/overview">
    How TeeSQL protects your data with hardware-level encryption
  </Card>

  <Card title="Connect" icon="plug" href="/connect/connection-string">
    Connection strings, SSL, and client libraries
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="What is TeeSQL?" icon="book" href="/introduction">
    Architecture, trust model, and how it works
  </Card>

  <Card title="Client libraries" icon="code" href="/connect/client-libraries">
    RA-TLS clients for TypeScript, Python, and Rust
  </Card>
</CardGroup>

## On the way

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="file-code">
    Deep reference for `prisma-ra-tls` — verifier options, error types, and modes. **Coming soon.**
  </Card>

  <Card title="Manage databases" icon="database">
    Create databases, manage roles, install extensions. **Coming soon.**
  </Card>
</CardGroup>
