Database storage outside of container

Hello!

I really love Local, and especially the use of Docker and that the data (ap, config, logs) gets stored outside of the container and mounted during startup.

But are there any plans to store and mount the database storage from the outside? By that i mean that the database contents gets stored on your local disk image, but it gets mounted in to the container just like the app-folder does.

Would be much safer if anything goes wrong etc. Not sure why, but i have had issues earlier and i could not restore since none of the containers would start.

Any thoughts on this? Pros / cons?