roomrs 0.2.4

Room-style local SQLite persistence library for Rust
Documentation
1
2
3
4
5
error: DAO 메서드에는 #[query]/#[insert]/#[update]/#[delete] 중 하나가 필요합니다
 --> tests/ui/fail/dao_missing_sql_attr.rs:6:5
  |
6 |     fn orphan(&self) -> roomrs::Result<i64>;
  |     ^^