Module oxide_auth_db::db_service
source · [−]Modules
Type Definitions
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;