Vue 3 composable to create a reactive Map to use as a small local database.
In memory by default, users can pass a custom map object to override that behavior.
The returned reactive Map is extended with ability to standardize custom key generation.