'how to use json_each with react-native

I'm currently using react-native-sqlite-storage which doesn't support table-values functions like json_each.

Product Category
A [1,4,5]

I want to be able to join category values with another table. This needs json_each operation. Is there any alternative query (which doesn't use json_each) OR any other npm package (that supports json_each) to solve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source