feat(cli,database): 更新数据库引擎创建模式
This commit is contained in:
@@ -89,8 +89,9 @@ def init() -> None:
|
||||
from dotenv import set_key
|
||||
from rich.prompt import Confirm, IntPrompt, Prompt
|
||||
|
||||
from nyahome.cli.cli import DATA_DIR, ENV_PATH, LOGGING_YAML, db_driver_available, db_type_allowlist
|
||||
from nyahome.cli.cli import DATA_DIR, ENV_PATH, LOGGING_YAML
|
||||
from nyahome.cli.cli_check import LOGGING_YAML_CONTENT
|
||||
from nyahome.database.engine import db_driver_available, db_type_allowlist
|
||||
|
||||
console.print("\n准备初始化 NyaHome。")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user