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

# JavaScript ORMs Overview

> Overview of ORM and query builder integrations for PowerSync JavaScript SDKs, including Drizzle, Kysely, and TanStack DB.

The following ORMs and query libraries are officially supported:

<CardGroup>
  <Card title="Kysely" href="/client-sdks/orms/js/kysely">
    Kysely query builder for PowerSync.
  </Card>

  <Card title="Drizzle" href="/client-sdks/orms/js/drizzle">
    Drizzle ORM for PowerSync.
  </Card>

  <Card title="TanStack DB" href="/client-sdks/frameworks/tanstack#tanstack-db">
    TanStack DB collection for PowerSync.
  </Card>
</CardGroup>
