💾 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
-=-=-=-=-=-=-
Created: 2024-08-12 Copyright: CC-BY-SA 4.0 Language: en
I wrote about my new file system based datebase earlier:
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):
For example I need structure:
/obj1 | + key1 -- counter that increase + key2 -- date now + key3 -- special value
Your actions should be:
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:
For now I have everything what I needed but... If I will have time, it would be nice to have:
Page counter: c