/rusqlite-params-array

same as rusqlite, except uses &[] instead of params!()

Primary LanguageRustMIT LicenseMIT

Based on rusqlite version 0.23:

This is a fork of rusqlite with the NO_PARAMS and params! feature removed.

Like in version 0.13, you can pass parameters like &[&this].

The documentation however doesn't reflect these changes.