How to import Data from Django and Display on node-red?

I have a UID Database in Django(phpmyadmin).
So if i give any UID in Node-red, I want to receive details like Name, Details, email, etc from Django Database(phpmyadmin) and display on Node-red Dashboard.
Presently everything is on LOCALHOST.
Any suggestion and documentation will be appreciated.
Thank You.

phpmyadmin is an interface, not a database. what type of database are you using ?

Dredging up info from my PHP days, phpmyadmin is an admin interface for MySQL. Don't know if it gained any further capabilities though since it is probably best part of a decade since I did any real PHP work!

True...I am using MariaDB

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.