Hi there, I am trying out the examples/update.cpp. It works fine as-is. However, if I change to in memory db as follows
stor = std::make_unique(initStorage(":memory:"));
then it would throw exception on the first call of stor->replace().
In comparison, examples/in_memory.cpp works fine for me.
What is the difference in terms of using in-memory DB between the two examples?
thank you for your time and help.
Hi there, I am trying out the examples/update.cpp. It works fine as-is. However, if I change to in memory db as follows
stor = std::make_unique(initStorage(":memory:"));
then it would throw exception on the first call of stor->replace().
In comparison, examples/in_memory.cpp works fine for me.
What is the difference in terms of using in-memory DB between the two examples?
thank you for your time and help.