You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have plans to consolidate our build systems to Bazel, i.e. not using Cargo for Rust code. I did some prototyping and sqlx's compile-time checks require some Cargo-specific things like environment variables CARGO or cargo manifest. I love sqlx and would like to continue using it. Before I start any design/implementation for this, I would like to get some high-level feedback or advice.
How tightly is sqlx coupled with Cargo?
Are folks here open to this type of opt-in feature?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have plans to consolidate our build systems to Bazel, i.e. not using Cargo for Rust code. I did some prototyping and sqlx's compile-time checks require some Cargo-specific things like environment variables
CARGO
orcargo manifest
. I love sqlx and would like to continue using it. Before I start any design/implementation for this, I would like to get some high-level feedback or advice.Beta Was this translation helpful? Give feedback.
All reactions