roomrs 0.2.2

Room-style local SQLite persistence library for Rust
Documentation

roomrs

roomrs is a Room-style local SQLite persistence library for Rust. It provides entities, DAOs, compile-time SQL validation, migrations, live queries, and runtime-agnostic async support.

Installation

[dependencies]
roomrs = "0.2"

See the repository README for examples, feature flags, and migration guidance.

Crate role

This is the public facade crate. Depend on roomrs rather than its internal implementation crates.