Supported Databases

August 16, 2025

The c15t uses FumaDB to integrate with a variety of databases.

Supported ORMs

  • Drizzle ORM (full support, query mode required)
  • Prisma ORM (full support)
  • TypeORM (via Kysely, no MongoDB support)

Supported Databases

  • MongoDB (full support)
  • MySQL (full support, via Kysely)
  • PostgreSQL (full support, via Kysely)
  • SQLite (full support, via Kysely)
  • Microsoft SQL Server (full support, via Kysely)
  • Cockroach DB (full support, via Kysely)

For an up to date list of supported databases, see the FumaDB documentation.

Available Adapters