From 4bde0e0b259b8df6495ae93c91e06615b61be9c6 Mon Sep 17 00:00:00 2001 From: Mateo Nunez Date: Tue, 20 Dec 2022 16:09:22 +0100 Subject: [PATCH] docs(ecosystem): add fastify-at-postgres plugin (#4475) --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 746fe93bc3..0423ce5407 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -222,6 +222,8 @@ section. 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-at-postgres`](https://github.com/mateonunez/fastify-at-postgres) Fastify + Postgres 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