Announcing TDB v0.4.4
We're happy to announce the release of TerrabaseDB v0.4.4. This release is one of the smallest releases we've ever made; it adds two actions to the key/value store.
These actions are:
KEYLEN
: This returns the length of a key as an unsigned integerUSET
: Short for Update or SET, this either creates a key if it doesn't exist or it updates the value of an existing key
Go ahead and download it here. Even though this was a small release, a big feature is in the pipeline for v0.4.5 — so stay tuned!