[][src]Type Definition oxide_auth_db::db_service::DataSource

type DataSource = RedisDataSource;

A datasource service to restore clients; users can change to another database, mysql or postgresql .etc. and add corresponding implements. for example: pub type DataSource = MysqslDataSource;