neo4j-labs / neo4rs

Neo4j driver for rust

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add method to Query to multiple params

knutwalker opened this issue · comments

could be params(impl IntoIterator<Item=(K, V)>) or maybe impl Extend for Query

This has been added a while ago