pindell-matt / rust_bucket

Simple JSON key-value store implemented in Rust
Other
11 stars 6 forks source link

Check if Table has been created #4

Closed selfup closed 8 years ago

selfup commented 8 years ago

Table check

We need to be able to check and see if a table has been created so that we don't overwrite the file every time.

This feature will come in handy once we need to append data, and make it persist!

selfup commented 8 years ago

Nice fix!