Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

Using Higher Order Functions to Build SQL

Presented by
Presented at
at
BarCamp Grand Rapids
|
August 1, 2017
Additional Presentations:
Written in
BarCamp Grand Rapids
|
August 2017

Maintaining raw SQL queries in a code base is painful. SQL is usually tough to read if the queries are large, and it's difficult to expand the queries as project needs grow. Knex.js allows developers to build queries using higher order functions, making the code more readable and flexible.