The Unqlite NoSQL engine has a function unqlite_kv_store() which takes a key and a value to store. Is there a way to store a C++ container (e.g. list, vector, map, array) as a value and later retrieve it without using the document format?The Unqlite NoSQL engine has a function unqlite