react-native-sqlite
react-native-sqlite copied to clipboard
joins using sqlite in react native?
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
It should support joins as much as sqlite supports them. What are you trying to do?
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