sql-orm 0.1.0

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
error: FromRow solo soporta structs con campos nombrados
 --> tests/ui/from_row_tuple_struct.rs:4:8
  |
4 | struct TupleProjection(i64);
  |        ^^^^^^^^^^^^^^^