Fork me on GitHub
#honeysql
<
2023-12-28
>
indy09:12:38

Is there something like HoneySQL in the JS land? I really miss honeySQL over here.

indy09:12:17

Can't use cljs either.

alpox09:12:53

There are knexjs and kysely but they are sadly not very plain-data driven.

indy09:12:16

I use knexjs and it's far from data driven.

alpox09:12:38

I believe it would not integrate that well into the language as with cljs becuse JSON is not that expressive

indy09:12:29

Yeah because it'll be hard to just work with strings since JS doesn't have keywords.

indy09:12:33

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.

1