How to create a DB query within Shopify

We are interested in creating a DB query such that somebody can scan an external QR code and then have our website open. But every time they land at the site, we want to feed them new information from the DB. So this would require somehow having the DB hosted within Shopify I presume and a little bit of code that has the information on the page changing daily.

I’m not a developer or coder by any stretch, but have some rudimentary understanding of coding.

Hi @Kevin_Brodwick

You cannot host a database directly within Shopify, but you can build a custom app to achieve this functionality. Generate a QR code pointing to a fixed Shopify route (e.g., /daily), then supply data to this page via an App Proxy.