Fork me on GitHub
#sql
<
2017-08-24
>
jjttjj19:08:30

is there a way with clojure.java.jdbc using update! to increment a field in a table, say my_field = my_field + 1 or do you have to use execute for these things

jjttjj20:08:06

ok never mind, i found it in the docs that you indeed should use execute in this case

cjhowe21:08:59

has anyone tried using SQL in a somewhat immutable way like datomic? i don't want to pay for datomic but i want my SQL data to be immutable