sql

All things SQL and JDBC...
dharrigan 2020-02-25T04:41:38.004400Z

You know what

dharrigan 2020-02-25T04:42:06.005100Z

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

dharrigan 2020-02-25T04:42:22.005600Z

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

dharrigan 2020-02-25T04:43:41.006900Z

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

dharrigan 2020-02-25T04:44:10.007300Z

akin to the nilenso postgresql extensions.