Object-Relational Mapping for Pinia
"Pinia ORM is a plugin to enable Object-Relational Mapping access to the Pinia Store. It is based on
vuex-orm-next
and has the same functionality.It lets you handle data in Pinia in a similar way to how you do it with SQL on the server, and is very useful if your Vue app juggles large amounts of tabular data, like many enterprise apps do."
Gregor Becker