andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

Sync two applications #479

Open baharb opened 3 years ago

baharb commented 3 years ago

Hi How could I sync databases of two applications in two devices ?

zjkuang commented 3 years ago

If it is a one time job, I would do it manually in SQLite command shell. But if it needs to do in realtime, I would say you might need a backend.

baharb commented 3 years ago

If it is a one time job, I would do it manually in SQLite command shell. But if it needs to do in realtime, I would say you might need a backend.

I need to do it in real time. How could I access to DB file in real time?