docs: update explanation of better-auth/minimal limitations (#5915)

This commit is contained in:
Taesu
2025-11-12 08:25:09 +09:00
committed by GitHub
parent 1ebc6faab0
commit b3eb91cfcb

View File

@@ -207,5 +207,5 @@ Simply import from `better-auth/minimal` instead of `better-auth`:
<Callout type="warning">
**Limitations:**
- Direct database connections are not supported (you must use an adapter)
- Migrations are not supported (use `better-auth` if you need migration support)
- Built-in migrations are not supported. Use external migration tools (or use `better-auth` if you need built-in migration support)
</Callout>