Skip to main content
Capabilities

SQLite

Store durable relational data in an actor-owned SQLite database.

Apps that depend on rivetkit can define actors. Each actor owns its own SQLite database, so a generated app gets durable relational data without any extra infrastructure. View the complete example.

The server is the generated app. The client shows how your own system connects to the actors inside it.

deployApp() returns the endpoint, namespace, pool, and token the ordinary RivetKit client needs. See SQLite in Rivet Actors for the full database API.