ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

dstore discussion on standard query syntax #208

Closed stemey closed 10 years ago

stemey commented 10 years ago

there is a discussion on dstore (https://github.com/SitePen/dstore/issues/34) about standardizing queries across stores. The goal is to make implementing stores and clients easier. The comment in dijit/form/FilteringSelect ((https://github.com/SitePen/dstore/issues/34) clearly shows the difficulty to create a query - the solution actually relies on the implementation of two special stores.

Currently the favourite solution to standardize query creation is using a queryBuilder as defined by rql/Query.

Have you got any ideas, comments on this topic?

cjolif commented 10 years ago

Thanks for pointing that out. I agree this is an issue because we are looking at providing generic components that connect to any store but if stores don't share query syntax this is kind if hopeless and end users will always have to adaptation. I will try to catch on the discussion as soon as I can and comment if I have some ideas to share.

cjolif commented 10 years ago

let's close this issue and discuss it there?