My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
"camelCase" "snake_case" conversion with PostgreSQL and Knex.js

"camelCase" "snake_case" conversion with PostgreSQL and Knex.js

Konstantin Tarkus's photo
Konstantin Tarkus
·May 22, 2017

If you're building a GraphQL data API, most likely you want to use lowerCamelCase names for all the fields in your GraphQL schema as recommended by the GraphQL specification. But, it's likely that...