You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
key is the [hash] or [hash, range] as an array of what ever data types they are. also, the user doesn't necessarily need to call them "hash" and "range", I might call them "city" and "state" in the create table method. value is everything except the key.
The
query()
method returns{ key, value }
instead of{ hash, range, value }
I don't understand what
key
is.The text was updated successfully, but these errors were encountered: