SteveFortune / prequel

Use SQL and tagged template strings to query JavaScript objects in style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prequel

Build Coverage Status Dependency Status devDependency Status

Use SQL and tagged template strings to query JavaScript objects in style:

import q from 'prequel';
q`SELECT * FROM ${users} WHERE count > 14 ORDER BY name, count DESC`

Coming soon.

Test

❯ npm install
❯ npm test

About

Use SQL and tagged template strings to query JavaScript objects in style

License:MIT License


Languages

Language:JavaScript 100.0%