Skip to content
New issue

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

Bitcloud.c: Test core db functions #61

Open
gnostication opened this issue Aug 16, 2014 · 0 comments
Open

Bitcloud.c: Test core db functions #61

gnostication opened this issue Aug 16, 2014 · 0 comments

Comments

@gnostication
Copy link
Contributor

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

@JaviLib JaviLib self-assigned this Sep 25, 2014
@gnostication gnostication changed the title Test core db functions Bitcloud.c: Test core db functions Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants