I have this in my datasources.json
{
"db": {
"name": "db",
"connector": "memory",
"file": "storage/dbdata.json"
}
}
and everything works fine. But I see it dumps all data in one single file which I don't want. Is there any way that I can generate per model data dump file like above which will automatically imported during app bootup process?