diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

`jsonb_pretty` function #4254

Closed anna-ahmed19 closed 2 months ago

anna-ahmed19 commented 2 months ago

Added th jsonb_pretty function under Issue#4216

anna-ahmed19 commented 2 months ago

Thank you for the suggestion. I have added MaybeNullableValue<Text> and the None test. Let me know if this is alright now.