[][src]Module oxide_auth_db::db_service

Modules

redis

Type Definitions

DataSource

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;