Prefix Kv keys with a base part
Currently I add
base()
to all keys:
Instead of manually adding base()
to every key, could there be a way to have it added by default, for all Kv methods?4 Replies
You write your own functions that wrap Kv methods.
Or... the evil way -> changes Kv.prototype 😄
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Hmm, yes. But this won't work in Deploy i guess
Deploy doesn't have the concept of a file. it uses a managed FoundationDB .afaik!