berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Add copy_item() method to Query class #88

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This would compliment the existing add, delete, get, and update methods.

It would be useful to provide this low-level API so that plugins do not need to duplicate (ha!) this functionality on their own.