From 99584702606b8fc0c3d61ffe3b2585d71307c18e Mon Sep 17 00:00:00 2001 From: Gregor Becker Date: Wed, 16 Feb 2022 13:31:24 +0100 Subject: [PATCH] feat: add pinia-orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e53e31b..6daae6f9 100644 --- a/README.md +++ b/README.md @@ -3007,6 +3007,7 @@ _LocalStorage etc._ - [pinia-undo](https://github.com/wobsoriano/pinia-undo) - Undo/Redo plugin for pinia. - [pinia-xstate](https://github.com/wobsoriano/pinia-xstate) - Put your xstate state machines into a global pinia store. - [pinia-persistedstate](https://github.com/JD-Wang/pinia-persistedstate) - Persist Vuex state with localStorage, like vuex-persistedstate. +- [pinia-orm](https://github.com/CodeDredd/pinia-orm) - The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store. 🍍 ##### Authentication/Authorization