-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issues-295 Add parameter for sqlx path to proc-macro #297
issues-295 Add parameter for sqlx path to proc-macro #297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot
thanks, but I don't understand how this is intended to be used. |
Sorry for the delay, I was setting up a new laptop... Example:
|
Cool, we should put those in the docs |
@tyt2y3 maybe you saw an example of the documentation where it is reflected? |
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
PR Info
sea_query_driver_postgres!
macro with re-exported sqlx from another crate #295Adds
After this PR can do:
sea_query::sea_query_driver_postgres!(common);
, where common is prefix for::sqlx
Changes
sqlx
in driverssea-query
in drivers