ggeop / Python-ai-assistant

Python AI assistant 🧠
MIT License
939 stars 247 forks source link

Swapped out MongoDB in favor of SQLite #125

Open jameswynn opened 2 years ago

jameswynn commented 2 years ago

I abstracted the database logic into dedicated objects that hide the details of the underlying database so it could support multiple database backends pretty easily in the future. I also updated some the setup routines to make them work on my machines.