Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jjmyers/object-relationship-store

JoshBot-Debug96ISC3.3.5TypeScript support: included

A javascript object relationship store.

object relationship store, store, object store, object database, external store

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! ☕🚀

"Buy Me A Coffee"

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.