pinia-orm
pinia-orm copied to clipboard
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) | [`^2.16.1` -> `^2.16.2`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/2.16.1/2.16.2) | [](https://docs.renovatebot.com/merge-confidence/)...
### Describe the feature These are some of the most-used eloquent helpers in Laravel, I personally use updateOrCreate a lot and it would be nice to have it in pinia-orm...
> 1.9.0 is the next minor release. > > **Timetable**: to be announced. ## 👉 Changelog ## [email protected] [compare changes](https://github.com/CodeDredd/pinia-orm/compare/[email protected]) ### 🚀 Enhancements - **pinia-orm:** Change orderBy execution ([#1809](https://github.com/CodeDredd/pinia-orm/pull/1809)) -...
### Describe the feature I was trying to use pinia-orm axios plugin with Nuxt3 project. I couldn't find any documentation or examples on how to integrate in Nuxt 3 projects....
Hello, i am trying to use the decorators for relationships in a typescript vue project. But i am getting an error: ``` Value of type 'typeof HasMany' is not callable....
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^3.7.3` -> `^3.8.0`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/3.7.3/3.8.0)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`^5.0.7` -> `^6.0.0`](https://renovatebot.com/diffs/npm/rimraf/5.0.7/6.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^1.6.0` -> `^2.0.1`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.6.0/2.0.1) |...
### Describe the feature The title says it all. Would you consider supporting [Pinia setup stores](https://pinia.vuejs.org/core-concepts/#Setup-Stores) syntax? Currently, pinia-orm supports only the [option stores](https://pinia.vuejs.org/core-concepts/#Option-Stores) syntax. Using setup stores would provide...
### Describe the feature in VuexORM there was a method as() to customise the pivotKey. `my_relation: this.belongsToMany(...).as('my_pivot')` The 2 Relation Classes have a property "pivotKey", but I can't find a...