Crates.io | sqlx-conditional-queries-macros |
lib.rs | sqlx-conditional-queries-macros |
version | 0.2.1 |
source | src |
created_at | 2023-02-15 13:17:39.903642 |
updated_at | 2024-08-19 17:11:38.497365 |
description | Macro definition for sqlx-conditional-queries |
homepage | |
repository | https://github.com/kyrias/sqlx-conditional-queries |
max_upload_size | |
id | 785740 |
size | 5,350 |
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.
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