• Libraries

  • Home

  • aero
  • async-flow-fx
  • bidi
  • blossom
  • buddy-core
  • buddy-sign
  • camel-snake-kebab
  • chime
  • clj-kondo
  • clojure
  • clojure.data.json
  • closeable-map
  • config
  • core.async
  • crypto-password
  • cuerdas
  • data.xml
  • devcards
  • digest
  • etaoin
  • fs
  • hiccup
  • hikari-cp
  • honeysql
  • http-fx
  • humanize
  • image-resizer
  • integrant
  • loom
  • migratus
  • next-jdbc
  • openai-clojure
  • postal
  • process
  • reitit-parent
  • ring
  • selmer
  • shadow-cljs-tailwind-jit
  • testcontainers-clj
  • tick
  • timbre
  • tools.cli
  • websocket-client

Library released under Flexiana license. Copyright 2024 Flexiana.

Visit Flexiana website

Public Vars

  • active-tx? (clj)
  • execute! (clj)
  • execute-batch! (clj)
  • execute-one! (clj)
  • get-connection (clj)
  • get-datasource (clj)
  • on-connection (clj)
  • on-connection+options (clj)
  • plan (clj)
  • prepare (clj)
  • snake-kebab-opts (clj)
  • transact (clj)
  • unqualified-snake-kebab-opts (clj)
  • with-logging (clj)
  • with-options (clj)
  • with-transaction (clj)
  • with-transaction+options (clj)
Back

snake-kebab-opts (clj)

(source)

variable

A hash map of options that will convert Clojure identifiers to snake_case SQL entities (`:table-fn`, `:column-fn`), and will convert SQL entities to qualified kebab-case Clojure identifiers (`:builder-fn`).

Examples