sqlx_insert 0.2.0

Proc macro for generating insert statements for sqlx
Documentation
1
2
3
4
5
6
7
8
9
error: batch_insert only works for postgres for now
 --> tests/ui/unknown_database.rs:5:1
  |
5 | / #[sqlx_insert(database(MariaDB))]
6 | | pub struct Thing {
7 | |     id: String,
8 | |     amount: i32,
9 | | }
  | |_^