njaard / rusqlite-params-array

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Rust 99.8%Language:Shell 0.2%Language:C 0.0%