Replies: 1 comment
-
If you use the macro interface ( If you don't want compile time checking, you should use the regular interface. I would strongly recommend, that you only do this where absolutely necessary. Compile time checked queries is a great superpower to have. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i just transitioned from diesel and sqlx and facing this issue. an hour newbie just started with sqlx.
thx in advance.
p.s. : why is checking whether the table in db necessary when doing cargo build? it's first time i encountered this issue in programming language interfacing with mysql
Beta Was this translation helpful? Give feedback.
All reactions