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

# Database

> This page contains examples of how to use Whop to sell access to your software.

## ORM

<CardGroup cols={2}>
  <Card title="Prisma" icon={<img src='/logo/prisma.svg' alt="prisma Logo" />} href="https://www.prisma.io/" className="text-pretty">
    Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, automated migrations, and an intuitive data model.
  </Card>

  <Card title="Drizzle" icon={<img src='/logo/drizzle.svg' alt="Drizzle Logo" />} href="https://orm.drizzle.team/">
    Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
  </Card>
</CardGroup>

## Platforms

<CardGroup cols={2}>
  <Card title="Supabase" icon={<img src='/logo/supabase.svg' alt="Supabase Logo" />} href="https://supabase.com//" className="text-pretty">
    Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.
  </Card>

  <Card title="PlanetScale" icon={<img src='/logo/planetscale.svg' alt="Planetscale Logo" />} href="https://planetscale.com/">
    PlanetScale is the most advanced MySQL platform.
  </Card>

  <Card title="MongoDB" icon={<img src='/logo/mongodb.svg' alt="MongoDB Logo" />} href="https://mongodb.com/">
    All the tech stacks you should know. Postgres made for developers. Easy to Use, Scalable, Cost efficient solution for your next project.
  </Card>

  <Card title="Neon" icon={<img src='/logo/neon.svg' alt="Neon Logo" />} href="https://neon.tech/">
    Postgres made for developers. Easy to Use, Scalable, Cost efficient solution for your next project.
  </Card>
</CardGroup>
