[][src]Trait warden_core::dbms::connection::Connection

pub trait Connection {
    fn get_catalog(&self) -> &str;
fn get_last_deployed_migration(&self) -> Result<Option<u128>, Error>;
fn deploy(&self, meta: Meta) -> Result<(), Error>; }

Required methods

fn get_catalog(&self) -> &str

fn get_last_deployed_migration(&self) -> Result<Option<u128>, Error>

fn deploy(&self, meta: Meta) -> Result<(), Error>

Loading content...

Implementors

Loading content...