JSON data querying by breeze
I attempting my first SPA.
It will be a HTML representation of the model of our database structure to
give to clients to look through the model and do queries of the model (not
the database).
The requirement is then for no updates and the SPA will be shipped with
the release (no server\offline).
My question is - is there a way to use breeze to query the json file I've
created that describes the model? All I've seen are examples of the
EntityManager being initialised with a service URL - that will return the
data.
this might be of help to you http://www.breezejs.com/samples/nodb. hope I am not too late.
ReplyDelete