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

# Databases

ShipKit supports multiple databases and ORMs. You can use any of the following for your application.

<CardGroup cols={2}>
  <Card href="/databases/drizzle">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/drizzle.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=401b611a6db6f5386af1eef4dc790179" width="221" height="221" data-path="images/drizzle.svg" />

    <div className="font-bold text-white pt-4 text-lg">Drizzle</div>
  </Card>

  <Card href="/databases/prisma">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/prisma.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=651046205896a4f29bf2605cf6a5eb91" width="221" height="221" data-path="images/prisma.svg" />

    <div className="font-bold text-white pt-4 text-lg">Prisma</div>
  </Card>

  <Card href="/databases/postgresql">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/postgresql.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=e8276f4f203f20313130c05bc6993a26" width="221" height="221" data-path="images/postgresql.svg" />

    <div className="font-bold text-white pt-4 text-lg">PostgreSQL</div>
  </Card>

  <Card href="/databases/mysql">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/mysql.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=f340232ec125e6f05d24eba518607a13" width="221" height="221" data-path="images/mysql.svg" />

    <div className="font-bold text-white pt-4 text-lg">MySQL</div>
  </Card>

  <Card href="/databases/sqlite">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/sqlite.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=dc6411a99353a7e140ef9e49e45b8fb8" width="221" height="221" data-path="images/sqlite.svg" />

    <div className="font-bold text-white pt-4 text-lg">SQLite</div>
  </Card>

  <Card href="/databases/neon">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/neon.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=fef7bc1f29ca0b942d55dbee358cd8a5" width="221" height="221" data-path="images/neon.svg" />

    <div className="font-bold text-white pt-4 text-lg">Neon</div>
  </Card>

  <Card href="/databases/turso">
    <img className="w-10" src="https://mintcdn.com/shipkit/xRS2Tr5oIR22A0ee/images/turso.svg?fit=max&auto=format&n=xRS2Tr5oIR22A0ee&q=85&s=325d6dc5d29d3a31a372d7518ae58f12" width="221" height="221" data-path="images/turso.svg" />

    <div className="font-bold text-white pt-4 text-lg">Turso</div>
  </Card>
</CardGroup>
