react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Sync two applications

Open baharb opened this issue 4 years ago • 2 comments

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

baharb avatar Jul 04 '21 13:07 baharb

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.

zjkuang avatar Jul 18 '21 03:07 zjkuang

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?

baharb avatar Jul 18 '21 08:07 baharb