radareorg / sdb

Simple and fast string based key-value database with support for arrays and json

Home Page:https://www.radare.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

oddcoder opened this issue · comments

commented

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)