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
@@ -9,5 +9,5 @@ import { PageTitle } from '@site/src/components/PageTitle';
9
9
10
10
# Contributing
11
11
12
-
Want to improve something in **MySQL2**?
13
-
Please check [Contributing.md](https://github.com/sidorares/node-mysql2/blob/master/Contributing.md) for detailed instruction on how to get started.
12
+
Want to improve something in **singlestore-nodejs**?
13
+
Please check [Contributing.md](https://github.com/singlestore-labs/singlestore-nodejs/blob/master/Contributing.md) for detailed instruction on how to get started.
MySQL2 aims to be a drop in replacement for [Node MySQL][node-mysql].
14
+
**singlestore-nodejs** is a Node.js driver for SingleStoreDB, forked from [node-mysql2][node-mysql2]. It maintains compatibility with the MySQL protocol while providing optimized support for SingleStoreDB features.
15
15
16
16
:::note
17
-
_If you see any API incompatibilities with [Node MySQL][node-mysql], please report via github issue._
17
+
_This driver is based on [node-mysql2][node-mysql2] and maintains API compatibility. If you encounter any issues specific to SingleStoreDB, please report via GitHub issue._
18
18
:::
19
19
20
-
Not only **MySQL2** offers better performance over [Node MySQL][node-mysql], we also support these additional features:
0 commit comments