Search code examples
databasestrapi

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.


Solution

  • 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