programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
89 stars 21 forks source link

Export `params!` #25

Closed alessandromazza98 closed 11 months ago

alessandromazza98 commented 11 months ago

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

abs0luty commented 11 months ago

Closed by 2add3b7 🥳