practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

Honeysql / next.jdbc snake case kebab case conversion #59

Closed practicalli-johnny closed 1 year ago

practicalli-johnny commented 4 years ago

Any tips on how to setup honeysql and next.jdbc to handle snake case and kebab case conversions between db and application?

https://github.com/seancorfield/next-jdbc/blob/develop/doc/friendly-sql-functions.md#table--column-entity-names

https://clojurians.slack.com/archives/C053AK3F9/p1598040559100300?thread_ts=1598040559.100300&cid=C053AK3F9

practicalli-johnny commented 1 year ago

Merged into #54