A JavaScript implementation of the idea behind Daniel McKinley's excellent [PugSQL] Python library. Define your SQL queries in `.sql` files with simple comment metadata, and pugsql.js turns them into callable methods on a database object.
PugSQL is an anti-ORM that facilitates interacting with databases using SQL in files.