Rust-Postgres-Interval
A interval type for the postgres driver.
Contributing
There is a separate document on how to contribute to this repo here
Overview
Rust-Postgres-Interval is dedicated datatype for the postgres interval type.
extern crate pg_interval;
use Interval;
Requirements
- rust 1.22
Roadmap to 1.0.0
- Implement method to covert interval into a sql compliant interval string
- Parse iso 8601, postgre, and sql interval strings into interval
- Support for nightly and beta
- Poll community to better define use cases
- Basic chrono integration