Python-ai-assistant icon indicating copy to clipboard operation
Python-ai-assistant copied to clipboard

Swapped out MongoDB in favor of SQLite

Open jameswynn opened this issue 3 years ago • 0 comments

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.

jameswynn avatar Feb 13 '22 21:02 jameswynn