Is there something like HoneySQL in the JS land? I really miss honeySQL over here.
Can't use cljs either.
There are knexjs and kysely but they are sadly not very plain-data driven.
I use knexjs and it's far from data driven.
I believe it would not integrate that well into the language as with cljs becuse JSON is not that expressive
Yeah because it'll be hard to just work with strings since JS doesn't have keywords.
Sad :(
I guess if we assume the first element in a list is always a keyword, then it might be possible to come up with something similar.