Pinia ORM
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
Bash
$yarn add pinia-orm
Click to copy
Powerful Features
Based on vuex-orm-next
If your used to vuex-orm you will get fast used to pinia-orm
Small
Package has been optimized to be around 10kb (gzip & minified)
Type safe
Everything written in typescript
Nuxt support
With the nuxt package there is nuxt support out of the box
Laravel syntax
The methods naming of models & queries is oriented from laravel.
Bundle Splitting
Add only the code you need. Pinia ORM splits in different bundles like "decorators", "helpers", "casts", ...