Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top