@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Preparing search index...
src/repositories/account
readAccountByUsername
Function readAccountByUsername
readAccountByUsername
(
username
:
string
)
:
Promise
<
Account
>
Reads an account by username from the database.
Parameters
username
:
string
The username to search for
Returns
Promise
<
Account
>
The account if found, null otherwise
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Loading...
Reads an account by username from the database.