4 releases

0.1.4 Mar 27, 2024
0.1.3 Jul 12, 2023
0.1.2 Feb 16, 2023
0.1.1 Feb 15, 2023

#195 in #mysql

Download history 114/week @ 2024-01-01 174/week @ 2024-01-08 174/week @ 2024-01-15 165/week @ 2024-01-22 161/week @ 2024-01-29 175/week @ 2024-02-05 201/week @ 2024-02-12 167/week @ 2024-02-19 217/week @ 2024-02-26 192/week @ 2024-03-04 314/week @ 2024-03-11 179/week @ 2024-03-18 312/week @ 2024-03-25 287/week @ 2024-04-01 204/week @ 2024-04-08 245/week @ 2024-04-15

1,060 downloads per month
Used in sqlx-conditional-queries

MIT/Apache

49KB
963 lines

Note: This is an internal library only meant to be used by the sqlx-conditional-queries crate.

The reason for this crate being separate from the main sqlx-conditional-queries crate is to be able to export additional types through that crate which are necessary for the generated code. The main proc-macro crate cannot expose them because they're only allowed to export macros.

Features

Which database type should be supported is specified by activating one of the following features. If more than one feature is activated then the first one in the list takes precedence.

  • postgres
  • mysql
  • sqlite

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2MB
~42K SLoC