How can I use Shopify's internal database for custom data storage?

PrateekGoyal
Shopify Partner
10 0 1

Hi Everyone, 

I want to add some data into the Shopify database to be used by every instance of the store. Currently, I am using firebase for this. But I want to remove the dependency on 3rd party database.

Is there any way I may be able to use Shopify's internal database and make a new table for storing some custom data?

Replies 4 (4)

Jayvin
Shopify Partner
284 42 89

Hi.

No you can't.

banned
PrateekGoyal
Shopify Partner
10 0 1

So the only solution is to use a 3rd party database for these type of problems?

Jayvin
Shopify Partner
284 42 89

Hi,

It all depends what you are doing. Are you building an app or something like that?

What is the use case of the table you want to create?

banned
PrateekGoyal
Shopify Partner
10 0 1

I am having an enquire form on some products in my store. On submitting the form, I want to store the user data.