sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
error[E0599]: no method named `attach_registry` found for struct `sql_orm::Tracked<User>` in the current scope
  --> tests/ui/tracking_registry_internal_unavailable.rs:20:13
   |
20 |     tracked.attach_registry(());
   |             ^^^^^^^^^^^^^^^ method not found in `sql_orm::Tracked<User>`