Code to pull user specific data from a database

I would like to show user data, probably on their notification pages that I enter into a Wix database.
Specifically, I will be collecting health data and progress, and adding it to this database so they can log in and see their status.

Some example data is shown below of they type of info I would like to share.

So do you want members to have their own profile page like this example?
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

Sort of, yes, but isn’t most of this tutorial taken care of without code now by the Wix Member Pages functionality?

I’m looking for code I can adapt that will pull data from my Wix database and display it on my members profiles.

@george72023

Yes although Wix Members is limited and doesn’t let you do a profile page as like in the tutorial.
https://support.wix.com/en/article/adding-a-members-area-to-your-site
https://support.wix.com/en/article/request-customizing-fields-in-member-profiles

Plus, the dataset for the Wix Members PrivateMembersData collection is read only and you can’t add anything else to it.
https://support.wix.com/en/article/corvid-wix-members-privatemembersdata-collection-fields

I have used both the Wix Members app, without the Login Bar, along with this Members profile tutorial on a site and it works perfectly.

However, it is your choice.