alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.98k stars 712 forks source link

Instead of MongoDB can I use MS SQL #129

Closed danielriddell21 closed 4 years ago

danielriddell21 commented 4 years ago

I run MS SQL, and for ease. I like to keep everything in the same location. Am I able to connect to my MS SQL database instead of Mongo DB

alfredfrancis commented 4 years ago

You'll have to rewrite all the DB operations.