Replies: 1 comment
-
Works fine out of the box with delimiter I think I should say goodbye to tree structure and work with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm searching for a way to store an object tree splittet in kv entries, but need a way to un-/flatten the data.
Is it possible with unstorage? An idea was to work with an unique identifier based on
object id
andobject property
, but to load the hole object a wildcard / regexp query<objId>.*
would be needed...Any hint how to convert the object tree to be saved with unstorage/ kv-storages?
Or handles unstorage references between db entries itself?
Great project! I stumbled across unstorage by chance and would like to use it with a browser and NodeJS.
Beta Was this translation helpful? Give feedback.
All reactions