0.6.7-alpha • Published 1 year ago

bygonz v0.6.7-alpha

Weekly downloads
-
License
AGPL
Repository
gitlab
Last release
1 year ago

Bygonz

Remember everything, until you don't want to.

Offline First History Tracking

FeaturesDemos
- Extends Dexie with "appLog" modification History- Stackblitz using vitesse
- Syncronizes modifications via webnative- Main Folder in monorepo
- Syncronizes state via modification log- Demo with webnative
- point in time "as of" querying- Test demo - check the console and IndexDB tables

Bygonz_whitebg_withFissionLogo

Usage (wip)

Bygonz aims to give you easily accessible entity history "out of the box",
without the need for any out of the box thinking.

DB class can extend BygonzDexie

ViewModel Entity Classes can extend WithHistory

ViewModel Instances can use getEntityAsof(timeStamp)

the API is barely alpha level stability...
feel free to play and give feedback,
but please don't rely on anything yet.