Basically MongoDB, but dicts and JSON and local files.
MongoDB style interface and query system, but backend by dicts objects and local JSON files in your filesystem.
I want to try optional packages orjson vs json.
And Lazy Loading.
How the json file should look
{
"collections" : {
"[insert_name]":{
"_last_id":0,
"docs":{
}
}
}
}