prisma / react-native-prisma

Apache License 2.0
200 stars 9 forks source link

[FEATURE] Support for Prisma Pulse #38

Open mianala opened 3 months ago

mianala commented 3 months ago

Is there a way to use this with Pulse to sync the sqlite db with a postgres database?

sorenbs commented 3 months ago

That's a very interesting use case!

Would you like to sync the full postgres database? Or only a subset based on the user?

mianala commented 1 month ago

Would you like to sync the full postgres database? Or only a subset based on the user?

Mostly for user data sync, but also useful for syncing something like the "latest uploaded song lyrics" which would be for everyone for example.