Closed alessandromazza98 closed 11 months ago
If a call requires more than 16 parameters, you must use params! macro which is not exposed in this crate.
params!
It would be very helpful to expose it so that you don't have to add rusqlite just for that
rusqlite
Closed by 2add3b7 🥳
2add3b7
If a call requires more than 16 parameters, you must use
params!
macro which is not exposed in this crate.It would be very helpful to expose it so that you don't have to add
rusqlite
just for that