1.0.0-pre.4 • Published 8 years ago

prequel v1.0.0-pre.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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
1.0.0-pre.4

8 years ago

1.0.0-pre.3

8 years ago

1.0.0-pre.2

8 years ago

1.0.0-pre.1

8 years ago

1.0.0-pre.0

9 years ago

0.1.0

9 years ago