From 0d2f5d161f230e1576ddb9d9d4d3bc706a5222cb Mon Sep 17 00:00:00 2001 From: mateonunez Date: Sun, 18 Dec 2022 15:27:42 +0100 Subject: [PATCH] docs(ecosystem): add fastify-at-mysql plugin --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index f769926dc3..2978a3045a 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -220,6 +220,8 @@ section. plugin to authenticate HTTP requests based on api key and signature - [`fastify-appwrite`](https://github.com/Dev-Manny/fastify-appwrite) Fastify Plugin for interacting with Appwrite server. +- [`fastify-at-mysql`](https://github.com/mateonunez/fastify-at-mysql) Fastify + MySQL plugin with auto SQL injection attack prevention. - [`fastify-auth0-verify`](https://github.com/nearform/fastify-auth0-verify): Auth0 verification plugin for Fastify, internally uses [fastify-jwt](https://npm.im/fastify-jwt) and