Knex Stringcase
I found with the Knexjs SQL library that I was having to negotiate the format of keys with the database. SQL databases generally prefer snake_case
and my JavaScript applications are always using camelCase
. This library helps to normalise or translate the key case between the two technologies.