Start your RioDB instance (for instance via the .bat file)
Compile the client: javac -d . RiodbClient.java PostHTTP.java PostHTTPS.java
Run the compiled code: java client.RiodbClient
Enter the setup settings
Enter the selected host
If the host is HTTPS then you have to enter your username and password for your RioDB instance.
Finished! Use the client in order to communicate with the RioDB instance. You can enter
system status; to see if it works.
Commands
clear // clears the terminal
exit; // exit the terminal
. // reset your statement
; // end your statement
Contribute
For more information about contributing click here.
Having trouble?
If you have trouble connecting to the client, check your localhost and the settings of your internet network
(for instance: can I ping?). If this doesn't work or if you have any other question, please message
northern-64bit or open a
issue on GitHub.