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

added by JavaScript Kicks
5/23/2017 7:35:54 AM

2139 Views

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...


0 comments