sql-orm 0.2.0-rc.2

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
error: computed_sql es un fragmento SQL unsafe; usa unsafe_computed_sql = "..." para reconocer explícitamente el riesgo
 --> tests/ui/entity_legacy_computed_sql.rs:9:11
  |
9 |     #[orm(computed_sql = "[first_name] + [last_name]")]
  |           ^^^^^^^^^^^^