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

joins using sqlite in react native?

Open nagendrakk opened this issue 10 years ago • 2 comments

does react native sqlite suport joins between tables,or is any package available that has support for joins.can you please provide me help or suggest some solution to manage relation between tables and getting data from them

nagendrakk avatar Dec 07 '15 07:12 nagendrakk

It should support joins as much as sqlite supports them. What are you trying to do?

pcottle avatar Apr 28 '16 01:04 pcottle

i'am trying develop an app which has a local db and a relational db in cloud.I need to sync the data between local and cloud.I thought it would be easy if structure of both db's is same and relational.can you please help me for this scenario,you can even tell me if there is any other solution

nagendrakk avatar Apr 28 '16 05:04 nagendrakk