💾 Archived View for en.arns.lt › f › dev › 1m › zordfsdb2.gmi captured on 2024-08-18 at 16:47:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-25)

-=-=-=-=-=-=-

zordfsdb #2

🏷 myapp

🏷 idea

Created:   2024-08-12
Copyright: CC-BY-SA 4.0
Language:  en

I wrote about my new file system based datebase earlier:

zordfsdb

Update

I decided to split commands into two layers: value and object. For value layer there are already implemented commands what operates directly on value by given path. And for object layer I added two more commands what operates directly on node:

And there other commands what suits for all or are for special case (already created earlier):

Object creation flow

For example I need structure:

/obj1
    |
    + key1 -- counter that increase
    + key2 -- date now
    + key3 -- special value

Your actions should be:

List creation flow

There is now structure validators or pattern (maybe for future), so everything should be under developer control.

For example I need structure:

/list1
    |
    + 0
    |   |
    |   + key1 -- special value
    |   + key2 -- special value 2
    + 1
        |
        + key1 -- special value
        + key2 -- special value 2

Your actions should be:

Future plans

For now I have everything what I needed but... If I will have time, it would be nice to have:

zordfsdb repository

🌿 dev

🏠 home

Page counter: c