Overview
Database overview
Database Overview
The YCW Adelaide CMS uses Cloudflare D1, a serverless SQLite database, managed with Prisma.
Database Technology
- Cloudflare D1 - Serverless SQLite
- Prisma ORM - Type-safe database access
- Migrations - Version-controlled schema changes
Key Topics
- Schema - Database schema and tables
- Migrations - Creating and applying migrations
- Relationships - Table relationships
Next Steps
- Schema - Learn about tables
- Migrations - Create migrations