How do you retrieve multiple data in sqlite database using select * ... where ?1 in vector variable? #12553
-
Hi guys. I've been trying to retrieve multiple data from sqlite database based on user selection. The javascript is fine but I'm not very familiar with rust. Obviously, my syntax is not correct. Any help would be much appreciated. How do you use "in" with sqlite rust? How should I bind my vector variable? `async fn get_customer(state: tauri::State<'_, AppState>, cid : Vec) -> Result<(), String> {
} |
Beta Was this translation helpful? Give feedback.
Answered by
evanwmart
Jan 31, 2025
Replies: 1 comment 1 reply
-
Same as #12567 ? 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FabianLars
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same as #12567 ? 🤔