2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +00:00

Added UNIX socket example to docs

This commit is contained in:
ruben
2020-04-15 18:20:16 +01:00
parent 12fce9c4ec
commit 931613a48c

View File

@@ -90,6 +90,12 @@
* \subsection metadata Metadata
* This example demonstrates inspecting the metadata of a resultset.
* \include metadata.cpp
*
* \subsection unix_socket UNIX domain sockets
* This example demonstrates connecting to a MySQL server over
* a UNIX domain socket. It employs synchronous functions with
* exceptions.
* \include unix_socket.cpp
*/