|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
Files | |
| npostgresql.cpp | |
| 实现PostgreSQL连接生命周期管理和查询执行 | |
| npostgresql.h | |
| PostgreSQL连接封装,支持查询执行和结果集迭代。 | |
| npostgresql_manage.cpp | |
| 实现PostgreSQL连接管理器的路由和连接池选择逻辑 | |
| npostgresql_manage.h | |
| PostgreSQL连接管理器,将查询路由到正确的连接池。 | |
| npostgresql_pool.cpp | |
| 实现PostgreSQL连接池的借出、归还和健康检查 | |
| npostgresql_pool.h | |
| PostgreSQL连接池,支持自动借出和健康检查。 | |