robotech 1.0.0

Backend service implementation for the RoboTech platform, providing RESTful APIs and business logic for web applications.
Documentation
1
2
3
4
5
6
pub mod db_settings;
pub mod db_utils;

// 重新导出结构体,简化外部引用
pub use db_settings::DbSettings;
pub use db_utils::{init_db, DB_CONN};