Pinia ORM
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
- Relation support
- Single Table Inheritance support
- Works with all pinia plugins
- Query cache & hydration cache
- Helper functions for collections
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
If your used to vuex-orm you will get fast used to pinia-orm
Package has been optimized to be around 12kb (gzip & minified)
Everything written in typescript
With the nuxt package there is nuxt support out of the box
The methods naming of models & queries is oriented from laravel.
Add only the code you need. Pinia ORM splits in different bundles like "decorators", "helpers", "casts", ...