JoshBot-Debug / object-relationship-store

A javascript object relationship store. Normalises data upserted and maintains relationships between objects

Home Page:https://joshbot-debug.github.io/object-relationship-store/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A javascript object relationship store. Normalises data upserted and maintains relationships between objects

https://joshbot-debug.github.io/object-relationship-store/


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%