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!!

有帮助吗?

解决方案

no, it is not possible you can postprocess your data in javascript

其他提示

In SQLite provider - JayData:

The JayData added value

The SQLite / WebSQL provider is one of our most developed and used providers, allowing you to make use of the full power of the JavaScript Language Query (JSLQ).

So, JayData is used in this context to avoid making you write SQL!

If you pretend so, use directly!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top