elefant-client 0.1.0

A pure rust implementation of a postgres client that is independent of the executor runtime
Documentation
1
2
3
4
5
6
7
mod integrations;
mod interval;
mod interval_fmt;
mod interval_norm;
mod interval_parse;

pub use crate::pg_interval::interval::Interval;