0.0.1 • Published 10 months ago
prequel v0.0.1
prequel
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
0.0.1
10 months ago
1.0.0-pre.4
10 years ago
1.0.0-pre.3
10 years ago
1.0.0-pre.2
10 years ago
1.0.0-pre.1
10 years ago
1.0.0-pre.0
10 years ago
0.1.0
10 years ago