| title | DatabaseAdapter |
|---|---|
| description | DatabaseAdapter Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| type | Enum<'prisma' | 'drizzle' | 'kysely' | 'custom'> |
✅ | Database adapter type |
| connectionString | string |
optional | Database connection string |
| tablePrefix | string |
optional | Prefix for auth tables |
| schema | string |
optional | Database schema name |