We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure the core Bitcloud DB functions operate:
bitcloud -addrecord TABLE:COL1,COL2,COL3,....COLn
the above is an example of a basic command line interface to test whether the DB functions work.
bitcloud -updaterecord TABLE:PRIMARY_KEY_VALUE,COL2,COL3...COLn
the above assumes the first column is the primary key
bitcloud -deleterecord TABLE:PRIMARY_KEY
output the total table contents to the terminal after the above command runs to ensure the record was properly removed
The text was updated successfully, but these errors were encountered:
JaviLib
No branches or pull requests
Ensure the core Bitcloud DB functions operate:
the above is an example of a basic command line interface to test whether the DB functions work.
the above assumes the first column is the primary key
output the total table contents to the terminal after the above command runs to ensure the record was properly removed
The text was updated successfully, but these errors were encountered: