Use a database to pick up items

Hello, I would like to know if it is possible to get items from a database through shapespark, if it is possible, could someone send some video tutorial or documentation for me to see how I can configure and use it

Could you possibly share more details about your use case?

I don’t know how to use a database, but the idea is: there is a database where there are IDs of items and prices, and through a fetch we get the ID and the price, then I will create a shopping cart from it, I ask this because I have never made a fetch of a database, but I know how to fetch APIs

Maybe I have to learn about database to ask a more accurate question, I just need to know if there is a possibility, if for example it supports PHP

I have a script that I made in JS through fetch from a JSON file, I’ll send it if it wasn’t clear.



The IDs are the same name as the node element in ShapeSpark