/prequel

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

Primary LanguageJavaScriptMIT LicenseMIT

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