core: split mysql user/db into separate types module

This commit is contained in:
2025-11-26 02:03:18 +09:00
parent 9e39401049
commit 1571f6e2c7
25 changed files with 170 additions and 134 deletions

View File

@@ -6,7 +6,7 @@ use super::base::{
};
use crate::core::{
common::{rev_yn, yn},
protocol::MySQLDatabase,
types::MySQLDatabase,
};
use anyhow::{Context, anyhow};
use itertools::Itertools;