Is there C language of Client Driver APIs for Distributed applications
From WalkeR Park@21:1/5 to All on Tue Sep 20 21:33:01 2022
Hi
I am on project of BDB.
and want to access Berkeley DB (not embedded db) from client made of C.
Berkeley DB supports Distributed application for java, so make a server of JAVA.
Is there C language Client driver APIs for Java BDB Server?
like this
BdbServerConnection conn =
BdbServerConnection.connect("localhost", 8080);
SEnvironment env = conn.openEnvironment("env",
new SEnvironmentConfig().setAllowCreate(true));