Replies: 3 comments
-
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.
-
Hi @pi0, looks like "/" is handled as delimiter too? |
Beta Was this translation helpful? Give feedback.
-
Opened an issue: unjs/unstorage#568 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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