0

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.

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for the links ans answer
1

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.