nooberfsh / prusto

A presto/trino client library written in rust.
MIT License
37 stars 23 forks source link

feat: add json support #46

Closed groobyming closed 4 months ago

groobyming commented 4 months ago

Add support for trino json data type, trino json data type reference is based on https://trino.io/docs/current/language/types.html#json

groobyming commented 4 months ago

@nooberfsh. 😀 Please take a look if you have time, Thanks a lot.

nooberfsh commented 4 months ago

Thanks for the PR. Please fix the warnings in the PR.

groobyming commented 4 months ago

Thanks for the PR. Please fix the warnings in the PR.

Ok

groobyming commented 4 months ago

Thanks for the PR. Please fix the warnings in the PR.

Fixed the clippy warnings

nooberfsh commented 4 months ago

Thank you!