0.3.7 • Published 7 years ago

universql-parser v0.3.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Introduction

JavaScript parser that transforms Universql string queries into object queries.

This library should not be used on its own, but rather as part of universql-js

Installation

$ npm install universql-parser

Example

var Parser = require("universql-parser");
var query = Parser.parse("albums{artist,album_name}?artist='Daft Punk'")
0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

8 years ago