From dcecfea0e366b1c5701dc87e6001b7061913ab1f Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 29 Jun 2022 15:08:19 -0400 Subject: [PATCH] Add typeorm-fastify-plugin in Alphabetic order. This plugin is created to take advantage of typeorm method DataSource vice the createConnection method --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 414b85bfc8..d6afdedaa7 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -552,6 +552,8 @@ section. Fastify. - [`sequelize-fastify`](https://github.com/hsynlms/sequelize-fastify) A simple and lightweight Sequelize plugin for Fastify. +- [`typeorm-fastify-plugin`](https://github.com/jclemens24/fastify-typeorm) A simple + and updated Typeorm plugin for use with Fastify. #### [Community Tools](#community-tools) - [`fast-maker`](https://github.com/imjuni/fast-maker) route configuration