xcode 什么是用于 C 或 C++ 的好的 MySQL 库?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9538904/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:30:11  来源:igfitidea点击:

What is a good MySQL library for C or C++?

c++mysqlcxcode

提问by user1022734

Possible Duplicate:
Resources for developing a C++ MySQL application for Linux

可能的重复:
为 Linux 开发 C++ MySQL 应用程序的资源

Does anyone know of a MySQL libraryfor C/C++ with tutorialsthat is easy to use?

有谁知道用于 C/C++的 MySQL以及易于使用的教程

Im using a Mac and Xcode.

我使用 Mac 和 Xcode。

回答by marco-fiset

MySQL Connector for C++from the MySQL website. Here is a tutorialdirectly on the MySQL site again. Thismight be worth taking a look too.

MySQL网站上用于 C++ 的 MySQL 连接器。这里又是直接在 MySQL 站点上的教程可能也值得一看。

DISCLAIMER : I don't know anything about C++ MySQL programming on a Mac. I found those links through quick Google searches and lightning-fast reading of the articles.

免责声明:我对 Mac 上的 C++ MySQL 编程一无所知。我通过快速的谷歌搜索和快速阅读文章找到了这些链接。