sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
error: foreign_key requiere el formato "tabla.columna" o "schema.tabla.columna", o la forma estructurada foreign_key(entity = Customer, column = id)
  --> tests/ui/entity_foreign_key_invalid_format.rs:10:25
   |
10 |     #[orm(foreign_key = "customers")]
   |                         ^^^^^^^^^^^