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

# Connecting Applications to Regatta

Regatta supports a wide range of integrations to help you connect your applications to the database. These include native drivers, ORMs, CLI tools and more, each designed to fit seamlessly into your development environment.

Explore the languages and frameworks you work with and discover the right tools for building with Regatta.

<CardGroup cols={2}>
  <Card title="Regatta CLI" icon="square-terminal" href="/drivers-and-clients/regatta-cli" />

  <Card title="Python" icon="python" href="/drivers-and-clients/python/install-your-python-client" />

  <Card title="Java" icon="java" href="/drivers-and-clients/java/install-your-java-client" />

  <Card title="JavaScript" icon="js" href="/drivers-and-clients/javascript/install-your-javascript-client" />
</CardGroup>

<Note>
  Regatta clients and drivers are currently compatible with Linux-based distributions running on x86-64 architecture. Support for additional environments will be added in future releases.
</Note>
