I have integrated my project with Jaydata using sqlite provider.
I have searched and tried but did not find any alternative to write sql queries in the function of Jaydata.
I want to group my data upto multiple levels which is same as 'groupby' in sql/sqlite.
Can someone please tell me that is it possible to write sql / sqlite queries using Jaydata
because when I have done my R&D I have found that only JavaScript Query Language can be used which is comprising of some functions like .filter(),.toArray(),.map(),.take(),.orderBy,etc.
What is the best alternative to work for offline db?
Help would be Appreciated!!