c15t
/
C15T Logo
Select a version
Frameworks
Welcome to c15t Docs
Introduction to Consent Management (c15t)
AI Tools Integrations
OSS
Contributing to c15t.com
License
Building Privacy Tools in the Open
Legal
Cookie Policy
Privacy Policy
C15T Logo
HomeFrontendIntegrationsSelf HostChangelog
xbskydiscordgithub1.4k
c15t
/
C15T Logo
Select a version
Frameworks
Welcome to c15t Docs
Introduction to Consent Management (c15t)
AI Tools Integrations
OSS
Contributing to c15t.com
License
Building Privacy Tools in the Open
Legal
Cookie Policy
Privacy Policy
home-2Docs
chevron-rightSelf-host
chevron-rightV2
chevron-rightSupported-databases

Supported Databases

List of supported databases for self-hosting c15t with the @c15t/backend package.

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

import { drizzleAdapter } from "@c15t/backend/v2/db/adapters/drizzle";
import { kyselyAdapter } from "@c15t/backend/v2/db/adapters/kysely";
import { prismaAdapter } from "@c15t/backend/v2/db/adapters/prisma";
import { mongoAdapter } from "@c15t/backend/v2/db/adapters/mongo";
import { typeormAdapter } from "@c15t/backend/v2/db/adapters/typeorm";
C15T Logo
Leverage native React components for seamless integration and high performance in a robust Consent Management solution that empowers your development team while prioritizing privacy and compliance.
Product
  • Documentation
  • Components
Company
  • GitHub
  • Contact
Legal
  • Privacy Policy
  • Cookie Policy
c15t