sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
error: belongs_to requiere un campo Navigation<User> o LazyNavigation<User>
  --> tests/ui/entity_navigation_wrong_wrapper.rs:20:16
   |
20 |     pub owner: Collection<User>,
   |                ^^^^^^^^^^^^^^^^