Package Exports
- @jjmyers/object-relationship-store
- @jjmyers/object-relationship-store/build/index.esm.js
- @jjmyers/object-relationship-store/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jjmyers/object-relationship-store) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Object Relationship Store
A javascript object relationship store. Normalises data upserted and maintains relationships between objects. SQL users should feel right at home when using this library.
Built to work with react's useSyncExternalStore() hook.
Getting started
Read the Docs !
☕ Support My Work
Hey there! 👋 If my npm libraries have made your coding journey easier or sparked creativity, consider supporting my work with a virtual coffee. Your generosity keeps the code flowing and inspires more innovations! ☕🚀
Major version release.
Seeing as this package is getting more downloads lately, I've decided to update, add and make several changes. Here are all the things that will changed!
- A proper documentation has been added
- BREAKING CHANGE Renamed
.upsert()
to.mutate()
- BREAKING CHANGE Renamed
.upsertWhere()
to.mutateWhere()
- Add more error handling.