mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
8 lines
113 B
C++
8 lines
113 B
C++
#include <mysqlx/xdevapi.h>
|
|
|
|
int main()
|
|
{
|
|
mysqlx::Session sess("mysqlx://vcpkg@127.0.0.1");
|
|
return 0;
|
|
}
|