Postgres derive based on this issue
```rust use postgresjsonderive::{ToSqlJson, FromSqlJson};
struct Horizon { zero: String, dawn: i32, } ```