Module hermod_api::db[][src]

Expand description

Contains structs that model database tables.

Structs

Struct used to create a new user in the database, password is hashed in store()

Represents a user record in the database.

Functions

Returns a user from the database with the given user_id.