@@ -5,17 +5,17 @@ MySQL Connector/C++ is a library for applications written in C or C++ that
5
5
communicate with MySQL database servers. Version 8.0 of Connector/C++
6
6
implements three different APIs which can be used by applications:
7
7
8
- - The new [X DevAPI] (@ref devapi_ref) for applications written in C++.
9
- - The new [X DevAPI for C] (@ref xapi_ref) for applications written in plain C.
10
- - The [legacy JDBC4-based API] (@ref jdbc_ref)
8
+ - The new [X DevAPI](@ref devapi_ref) for applications written in C++.
9
+ - The new [X DevAPI for C](@ref xapi_ref) for applications written in plain C.
10
+ - The [legacy JDBC4-based API](@ref jdbc_ref)
11
11
also implemented in version 1.1 of the connector.
12
12
13
- The new APIs give access to MySQL implementing a [document store]
14
- (https://dev.mysql.com/doc/refman/8.0/en/document-store.html). Internally
15
- these APIs use the new X Protocol to communicate with the MySQL Server.
16
- Consequently, code written against these APIs can work only with MySQL Server 8
17
- with the X Plugin enabled in it. Apart from accessing the document store, the
18
- new APIs allow executing traditional SQL queries as well.
13
+ The new APIs give access to MySQL implementing a
14
+ [document store] (https://dev.mysql.com/doc/refman/8.0/en/document-store.html).
15
+ Internally these APIs use the new X Protocol to communicate with the MySQL
16
+ Server. Consequently, code written against these APIs can work only with MySQL
17
+ Server 8 with the X Plugin enabled in it. Apart from accessing the document
18
+ store, the new APIs allow executing traditional SQL queries as well.
19
19
20
20
Applications written against the JDBC4 based API of Connector/C++ 1.1 can be also
21
21
compiled with Connector/C++ 8.0 which is backward compatible with the earlier
@@ -27,16 +27,16 @@ explained in @ref usage.
27
27
28
28
More information:
29
29
30
- - [Connector/C++ X DevAPI Reference] (@ref devapi)
31
- - [Connector/C++ X DevAPI for C Reference] (@ref xapi)
30
+ - [Connector/C++ X DevAPI Reference](@ref devapi)
31
+ - [Connector/C++ X DevAPI for C Reference](@ref xapi)
32
32
- [How to build code that uses Connector/C++](@ref usage)
33
- - [Indexing Document Collections] (@ref indexing)
33
+ - [Indexing Document Collections](@ref indexing)
34
34
35
35
See also our
36
- [online documentation] (https://dev.mysql.com/doc/connector-cpp/8.0/en/)
36
+ [online documentation](https://dev.mysql.com/doc/connector-cpp/8.0/en/)
37
37
38
38
<!--
39
- Copyright (c) 2015, 2020 , Oracle and/or its affiliates.
39
+ Copyright (c) 2015, 2022 , Oracle and/or its affiliates.
40
40
41
41
This program is free software; you can redistribute it and/or modify
42
42
it under the terms of the GNU General Public License, version 2.0, as
0 commit comments