You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
To keep compatibility, it would be great if row->map function is configurable - if it is possible like data-converter, for example.
Thx!
The text was updated successfully, but these errors were encountered: