Fork me on GitHub
#sql
<
2020-02-25
>
dharrigan04:02:38

You know what

dharrigan04:02:06

I was seriously considering thinking about attempting to write a set of honeysql postgresql json extensions

dharrigan04:02:22

since I recently have a strong use case to query json data stored in postgres

dharrigan04:02:41

like select foo -> 'bar' as baz from wibble where foo ->> 'bar' = 'w00t';

dharrigan04:02:10

akin to the nilenso postgresql extensions.