radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
218 stars 62 forks source link

feature request sdb_merge (Sdb *dst, sdb*src) #104

Open oddcoder opened 8 years ago

oddcoder commented 8 years ago

It would be great if their is function to copy all records from sdb *src to sdb *dst (merge both of them) with out creating name spaces ( the same way you would merge 2 linked lists into one)