Query Processor
Last updated
Was this helpful?
Last updated
Was this helpful?
A component used to query data and return it to client
Only reads from query functions
package: processors/query
handled with HTTP POST
Reads from query functions, documents, views
handled with HTTP GET
supports query constraints in ParseAPI syntax
package: processors/query2
see also: https://github.com/voedger/voedger/issues/1162