pgdog-plugin 0.1.8

PgDog plugin interface and helpers
Documentation
1
2
3
4
5
6
7
8
//! Commonly used structs and re-exports.

pub use crate::pg_query;
pub use crate::{
    macros::{fini, init, route},
    parameters::{Parameter, ParameterFormat, ParameterValue, Parameters},
    Context, ReadWrite, Route, Shard,
};