After successfully parsing a csv file into an array of objects, I find myself in need of making multiple alterations to that array. Currently, I am utilizing lodash methods for this task, but I am finding it to be quite verbose. I am considering working with something more simple like plain old sequel.
Does anyone know of a JavaScript library that would enable me to execute SQL statements against an array of objects?