Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column name keywords kebab case instead of snake case #29

Open
ozjongwon opened this issue Nov 17, 2016 · 0 comments
Open

Column name keywords kebab case instead of snake case #29

ozjongwon opened this issue Nov 17, 2016 · 0 comments
Assignees

Comments

@ozjongwon
Copy link

I'd like to use '_' for DB table column names, but '-' in Clojure world.
Or more generally, I want to provide a function like my-converter which might map db column name like:

DB_COLUMN_NAME -> :db-column-name
SYS_COLUMN_NAME -> :%column-name ;; change SYS_ prefix to % in Clojure world
...

To keep compatibility, it would be great if row->map function is configurable - if it is possible like data-converter, for example.

Thx!

  • Jongwon
@alaisi alaisi self-assigned this Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants