roomrs 0.2.2

Room-style local SQLite persistence library for Rust
Documentation
1
2
3
4
5
error: entities(...)에 같은 엔티티를 중복 지정할 수 없습니다
 --> tests/ui/fail/database_duplicate_entity.rs:9:27
  |
9 | #[database(entities(Item, Item), version = 1)]
  |                           ^^^^