https://github.com/webeetle/fastify-mysql2
https://github.com/webeetle/fastify-mysql2
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webeetle/fastify-mysql2
- Owner: webeetle
- License: mit
- Created: 2024-04-08T08:18:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T08:22:56.000Z (about 2 years ago)
- Last Synced: 2025-03-03T16:13:14.751Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastify-mysql2
This is a fork of Fastify MySQL connection plugin, with this you can share the same MySQL connection pool in every part of your server. Under the hood the [mysql2](https://github.com/sidorares/node-mysql2) is used, the options that you pass to `register` will be passed to the MySQL pool builder.