Advertise here

jQuery Plugins Tagged ‘query language’

GraphQL.js – JavaScript Reference Implementation for GraphQL

January 22, 2021     636    
GraphQL.js – JavaScript Reference Implementation for GraphQL

GraphQL.js is the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.

GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

Read More »

joqular – JavaScript Object Query Language Representation

May 16, 2015     1017     JSON
joqular – JavaScript Object Query Language Representation

joqular is a JavaScript Object Query Language Representation that is mostly JSON.

  • Serializable pattern and SQL like object matching for JavaScript, including joins!
  • More built-in predicates/operators than most other other data query mechanisms, currently 34. Includes built in random sampling capability.
  • Extensible with just one line of code per predicate/query operator. Puts the intelligence in your data, not the database engine.
  • Just-in-time, fully indexed in-memory database, 2x to 10x faster than linear search, faster than IndexedDB and PouchDB for insert and search.

Read More »