[][src]Trait hesoyam::client::DBConfig

pub trait DBConfig {
    fn dialect(&self) -> &'static str;
fn dsn(&self) -> String; }

Required methods

fn dialect(&self) -> &'static str

fn dsn(&self) -> String

Loading content...

Implementors

impl<'a> DBConfig for ClickhouseConfig<'a>[src]

impl<'a> DBConfig for PostgresConfig<'a>[src]

Loading content...