Added additional SQLite option

This commit is contained in:
2023-08-23 15:45:15 +02:00
parent 59bfc4c1ca
commit 866ab2429f
12 changed files with 134 additions and 5 deletions

View File

@@ -7,7 +7,11 @@ from pathlib import Path
from libbot import sync
from classes.pyroclient import PyroClient
from modules.migrator import migrate_database
# Main uses MongoDB implementation of DB
# but you can also select SQLite one below
# from modules.migrator_sqlite import migrate_database
from modules.migrator_mongo import migrate_database
from modules.scheduler import scheduler
# Uncomment this and the line below client declaration