prequel

1.0.0-pre.4 • Public • Published

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`

Prequel is under development - watch this space. Currently ES6 and io.js/recent browser only - ES5 and Node support coming soon.

Test

❯ npm install
❯ npm test

/prequel/

    Package Sidebar

    Install

    npm i prequel

    Weekly Downloads

    1

    Version

    1.0.0-pre.4

    License

    MIT

    Last publish

    Collaborators

    • jwhitfieldseed