Skip to content

pinia-plugin-orm

pinia Object-Relational Mapping

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.

pinia plugin orm

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", ...

Released under the MIT License.