Cargo Features

queries_for_sqlx has no features set by default.

[dependencies]
queries_for_sqlx = { version = "0.0.1", features = ["export_inner_executable", "waiting_specialization", "build_statments", "query_v2"] }
export_inner_executable

this feature exports an api that is not stable
it contains some unsafe code that I use safely but I wonder if in the future I can have better api with no unsafe code

waiting_specialization
build_statments
query_v2