struct UserQuery
Defined in:
queries/user.crConstant Summary
-
TABLE_NAME =
"users"
Instance Method Summary
- #create(email : String, name : String, password : BCrypt::Password) : User
- #sql_table_name
- #with_email(email : String)
- #with_id(id : UUID)