sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
6
7
8
error[E0599]: no function or associated item named `account_id` found for struct `Customer` in the current scope
  --> tests/ui/entity_foreign_key_structured_missing_column.rs:18:51
   |
 5 | pub struct Customer {
   | ------------------- function or associated item `account_id` not found for this struct
...
18 |     #[orm(foreign_key(entity = Customer, column = account_id))]
   |                                                   ^^^^^^^^^^ function or associated item not found in `Customer`