MySQL数据库连接实现 更多...
#include <mysql/mysql.h>
#include "NeForce/db/db_interface.hpp"
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
浏览该文件的源代码.
MySQL数据库连接实现
此文件提供了MySQL数据库的连接实现,支持连接管理、查询执行、预处理语句等功能。
在文件 mysql_connect.hpp 中定义.