diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index fb52a877..2bd73a78 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -103,6 +103,9 @@ This is to ensure developers end up with a performant web server they intend to - [Elysia Compression](https://github.com/chneau/elysia-compression) - Elysia plugin for compressing responses - [Elysia Logger](https://github.com/chneau/elysia-logger) - Elysia plugin for logging HTTP requests and responses inspired by [hono/logger](https://hono.dev/docs/middleware/builtin/logger) - [Elysia CQRS](https://github.com/jassix/elysia-cqrs) - Elysia plugin for CQRS pattern + +## Complementaray projects: +- [prismabox](https://github.com/m1212e/prismabox) - Generator for typebox schemes based on your database models, works well with elysia --- If you have a plugin written for Elysia, feel free to add your plugin to the list by **clicking Edit this page on GitHub** below 👇