sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
6
7
error: Insertable requiere #[orm(entity = MiEntidad)]
 --> tests/ui/insertable_missing_entity.rs:3:10
  |
3 | #[derive(Insertable, Debug, Clone)]
  |          ^^^^^^^^^^
  |
  = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)