Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 392 Bytes

Coffee-Sequel

Exploring options for adding SQL commands/syntax to CoffeeScript

Goals

  1. Make it easier to use SQL-like commands in CoffeeScript to query Objects, Arrays, and JSON-stores
  2. Design a pluggable architecture so that the underlying NoSQL or SQL database by changing one NodeJS require file on the server side (back-end) and a single script src on the browser (front-end).