berlindb / core

All of the required core code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add copy_item() method to Query class

JJJ opened this issue · comments

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.