anykeyh / clear

Advanced ORM between postgreSQL and Crystal
https://github.com/anykeyh/clear
MIT License
269 stars 34 forks source link

add JSON::PullParser from shard pg latest update #222

Closed anykeyh closed 2 years ago

anykeyh commented 2 years ago

This is just a maintenance update allowing to use latest version of shard PG and Crystal Lang.

Basically allow the code to compile, and handle JSON::PullParser from JSONB column type.

anykeyh commented 2 years ago

Already a PR made for that. Will go with the other one.