prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

feat: add time 0.3 support for postgres #331

Closed kyle-mccarthy closed 2 years ago

kyle-mccarthy commented 2 years ago

Adds support for the time crate (version 0.3) for postgres. Currently, I have rust-postgres pointing to my fork; however, I plan to point it back to the current repo once https://github.com/pimeys/rust-postgres/pull/3 is merged.