Displaying data from databases

Is there any way to display data directly from databases? preferably from SQLite

1 Like

hey @AayushDangol123

I think this retail-demo example from RasaHQ should help you. Checkout actions folder, in that they have .db file and in actions.py there is a function which queries data from db.

1 Like