Storing user input to sql database

Hello communityv,

Please any one help me on this,

I want to store my user name and feedback in mysql database

How can i connect rasa to database ??? What should i write in domain.yml and actions.py ???

Any usefull tutorial please !

You can use custom actions to save your slots in a database using Python MySQL Connector as you would with any other Python code.

2 Likes

As far as I know Rasa is an online assistant that helps to interact with users. You can even say that Rasa is a kind of bot. Bots can usually interact with the database in any way, add new data, delete old unnecessary data, change the current data. Unfortunately, I don’t know how to configure bots myself, so I probably won’t be able to help you with your problem. Perhaps you should try to use a really convenient development environment like postgres gui, which may be able to help you with setting up and creating a database.