ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
mysql Directory Reference

Files

 
nmysql.cpp
 实现MySQL连接生命周期管理和查询执行
 
nmysql.h
 MySQL连接封装,支持查询执行和结果集迭代。
 
nmysql_manage.cpp
 实现MySQL连接管理器的路由和连接池选择逻辑
 
nmysql_manage.h
 MySQL连接管理器,将查询路由到正确的连接池。
 
nmysql_pool.cpp
 实现MySQL连接池的借出、归还和健康检查
 
nmysql_pool.h
 MySQL连接池,支持连接的按索引借出与归还。