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.
❯ npm install
❯ npm test
Use SQL and tagged template strings to query JavaScript objects in style
JavaScriptMIT