Hi,
What is the best and standard way for accessing an Mnesia DB from Unix in a C++ application? I am aware of 2 options:
REST API of Mnesia: What is the best C++/C library to use for this?
Mnesia Sessions API: This seems to be deprecated.
Thanks,
Yash