Alexandre Viretti
Alexandre Viretti

Reputation: 119

Strapi as a database

I have a quick question about Strapi. I use it quite a bit with Gatsby or Vue in CMS mode. But my question is, is it possible to store data from the front on Strapi (eg pseudo name, ...) in database mode. And thus be able to recover all that by the interface of Strapi? Thank you for your advice.

Upvotes: 0

Views: 278

Answers (2)

Prime
Prime

Reputation: 1

If you wanted to store data of your Strapi application in other database like MySQL and PostgreSQL then you can follow below links.

Upvotes: 0

Cem Kaan
Cem Kaan

Reputation: 2236

You can update data from a vue frontend and view it on Strapi. For example using GraphQL mutations

But if you need transparent database connection; No, I don't think it's possible.

What you are asking is Data transparency which is a feature of Directus.

https://docs.directus.io/guides/database.html#database-mirroring

Upvotes: 2

Related Questions