How to store user account details on Hypi's low code backend?

User account details are stored while creating an account. Most of the applications save these details. Hypi’s low code backend facilitates saving the user account data with ease.

There are certain in-built data types that you can use to store common details.
Core app automatically gets added as Dependency in the schema while creating an app.

image

It includes Account table to save user account details.

Explore Account table further by clicking on the fields with different data types. You may save several details like, name, address, birth date, gender, phone number, email, etc.
Use createAccount function to save the account details.

In the next post, we will see few more in-built data types from Hypi’s low code backend.