sql-orm 0.2.0-rc.2

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