You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[CONJS-57] Multiple alternative authentication methods for the same user
@@ -31,11 +53,15 @@ New Options
31
53
|**`permitConnectionWhenExpired`**| Permit a user with expired password to connect. Only possible operation in this case will be to change password ('SET PASSWORD=PASSWORD('XXX')')|*boolean*|false|
32
54
33
55
34
-
#### 2.0.5 - 10-05-2019
56
+
## [2.0.5](https://github.com/MariaDB/mariadb-connector-nodejs/tree/2.0.5) (10 May 2019)
[](http://opensource.org/licenses/LGPL-2.1)
[![License (LGPL version 2.1)][licence-image]][licence-url]
13
+
[![codecov][codecov-image]][codecov-url]
13
14
14
15
**Non-blocking MariaDB and MySQL client for Node.js.**
15
16
16
17
MariaDB and MySQL client, 100% JavaScript, with TypeScript definition, compatible with Node.js 6+, with the Promise API.
17
18
19
+
20
+
## Documentation
21
+
22
+
See [promise documentation](https://github.com/MariaDB/mariadb-connector-nodejs/blob/master/documentation/promise-api.md) for detailed API.
23
+
24
+
[Callback documentation](https://github.com/MariaDB/mariadb-connector-nodejs/blob/master/documentation/callback-api.md) describe the callback wrapper for compatibility with existing drivers.
25
+
18
26
## Why a New Client?
19
27
20
28
While there are existing MySQL clients that work with MariaDB, (such as the [`mysql`](https://www.npmjs.com/package/mysql) and [`mysql2`](https://www.npmjs.com/package/mysql2) clients), the MariaDB Node.js Connector offers new functionality, like [Insert Streaming](#insert-streaming), [Pipelining](#pipelining), [ed25519 plugin authentication](https://mariadb.org/history-of-mysql-mariadb-authentication-protocols/) while making no compromises on performance.
The MariaDB Node.js Connector can use different APIs on the back-end: Promise and Callback.
134
-
The default API is [Promise API](https://github.com/MariaDB/mariadb-connector-nodejs/blob/master/documentation/promise-api.md).
135
-
136
-
[Callback API](https://github.com/MariaDB/mariadb-connector-nodejs/blob/master/documentation/callback-api.md) is provided for compatibility with the `mysql` and `mysql2` APIs.
137
-
138
-
139
138
## Contributing
140
139
141
140
If you would like to contribute to the MariaDB Node.js Connector, please follow the instructions given in the [Developers Guide.](/documentation/developers-guide.md)
142
141
143
142
To file an issue or follow the development, see [JIRA](https://jira.mariadb.org/projects/CONJS/issues/).
0 commit comments