Function database::repository::ops::user_ops::create_user
source · pub fn create_user(user_cmd: CreateUser)
Expand description
takes in the command, targets the table you want to add to it, establishes a connection to the database, makes a object with the create struct, and injects the object into the database