sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
57.83k stars 5.81k forks source link

add MariaDB Database Driver #1120

Closed tarun closed 2 years ago

tarun commented 3 years ago

add MariaDB Database Driver (for popular MySQL open-source fork)

Related Links: https://mariadb.org/ https://en.wikipedia.org/wiki/MariaDB https://mariadb.com/kb/en/about-mariadb-connector-nodejs/

snippet from ReadMe:

Non-blocking MariaDB and MySQL client for Node.js. MariaDB and MySQL client, 100% JavaScript, with TypeScript definition, with the Promise API.

While there are existing MySQL clients that work with MariaDB, (such as the mysql and mysql2 clients), the MariaDB Node.js Connector offers new functionality, like Insert Streaming, Pipelining, ed25519 plugin authentication while making no compromises on performance.

By submitting this pull request, I promise I have read the contribution guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖

⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆

sindresorhus commented 2 years ago

I think this should be under the Drivers subcategory.