phartenfeller / sveltekit-1.0-sqlite-demo-app

My demo app of various SvelteKit experiments from my YouTube series.
https://sveltekit-demo.hartenfeller.dev
106 stars 19 forks source link

sqlsync #7

Open LarryEitel opened 8 months ago

LarryEitel commented 8 months ago

I thoroughly enjoyed your four-part series. Very insightful. I am pursuing a PWA implementation using sveltekit. I need though to find a way to sync sqlite data with a remote server.

I came across the following project and wonder if you see a way to add sync to your project?

https://github.com/orbitinghail/sqlsync

Thank you for your consideration.

phartenfeller commented 8 months ago

Hi I have a another project where I already have sync implemented. I based the SvelteKit series on this one. I unfortunately didn't have time / motivation to continue the series...