Skip to content

This repository shows the backend (NestJS) synchronization module for Watermelon DB

Notifications You must be signed in to change notification settings

GMI-GROUP/nest-watermelondb-sync

Repository files navigation

WatermelonDB - NestJS - Synchronization Module

WatermelonDB is a reactive database framework for React and React Native applications. We have used it in projects that required offline first approach for mobile applications.

However, WatermelonDB does only handle the web/mobile side of things. It does not supply any of the backend code needed to make synchronization happen. This allows devs to use any backend they want, but also means that the same code would have to be written multiple times.

This repository shows the backend synchronization code for NestJS applications.

Module import: WatermellondbSynchronizationModule.register({ readEntities: [Power], writeEntities: [], })

About

This repository shows the backend (NestJS) synchronization module for Watermelon DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published