khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Add easy way to push multiple documents #218

Open ecton opened 2 years ago

ecton commented 2 years ago

We should add provided methods to connection::Collection and SerializedCollection that allow pushing a Vec<Collection::Contents>.

This feature should be able to be written completely inside of the traits, requiring no new implementations in any crates.