examples/sqlite-drizzle/README.md
Demonstrates Drizzle ORM integration with Rivet Actors for type-safe database operations.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/sqlite-drizzle
npm install
npm run dev
This example demonstrates database integration with Rivet Actors using Drizzle ORM:
src/backend/registry.ts): Shows how to integrate Drizzle ORM for type-safe database operations within actorsRead more about database integration, actions, and state.
MIT