sqlx-conditional-queries-macros

Crates.iosqlx-conditional-queries-macros
lib.rssqlx-conditional-queries-macros
version0.2.1
sourcesrc
created_at2023-02-15 13:17:39.903642
updated_at2024-08-19 17:11:38.497365
descriptionMacro definition for sqlx-conditional-queries
homepage
repositoryhttps://github.com/kyrias/sqlx-conditional-queries
max_upload_size
id785740
size5,350
Johannes Löthberg (kyrias)

documentation

README

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.
Commit count: 24

cargo fmt