honeysql

2023-12-28T09:23:38.114569Z

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

2023-12-28T09:24:17.225809Z

Can't use cljs either.

alpox 2023-12-28T09:30:53.336059Z

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

2023-12-28T09:31:16.581549Z

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

alpox 2023-12-28T09:32:38.809269Z

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

2023-12-28T09:33:29.697779Z

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

2023-12-28T09:33:41.219199Z

Sad :(

2023-12-28T09:41:33.103139Z

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