Typed data layer
Prisma schema defines bookings, fleet, partners, and finance tables with strict relations.
Generated client types flow into NestJS services — eliminating stringly-typed SQL in business logic.
Migrations version database changes alongside pull requests for reviewable rollouts.
- Declarative schema
- Generated TypeScript client
- Reviewable migrations
- Relation integrity





