Sqlite connection with rasa

I have created a bot using a csv file as the storage device, But know i want to shift to a database like sqlite or mongodb. Help me how to do and suggest me any code samples.

Hi @jithustark, have you checked out the docs for the SQLTrackerStore? It uses sqlite by default. I would say it’s probably the one we would recommend as it’s the one we currently use for Rasa X. However, there is also documentation on how to connect to a MongoTrackerStore as well.