mevdschee / php-crud-api

Single file PHP script that adds a REST API to a SQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synchronization between local IndexedDB and MySQL Database.

scriptPilot opened this issue · comments

Based on this API and Dexie.js, I have created a synchronization feature between local IndexedDB and a MySQL database.
You maybe want to add it to the link list :-)

https://github.com/scriptPilot/dexie-mysql-sync

PS: Just working on a version 2 where hooks are used and the implementation will work with two lines of code only and no specific wrapper functions :-)

Now the implementation is very easy and does not require any special wrappers 🥳

https://github.com/scriptPilot/dexie-mysql-sync

Added to the README