rust-query 0.9.2

A query builder using rust concepts.
Documentation
1
2
3
4
5
error: column cannot have the same name as the primary_key
 --> tests/compile/id_column.rs:6:13
  |
6 |         pub id: i64,
  |             ^^