Skip to content

Commit

Permalink
docs(ecosystem): adds fastify-sqlite-typed to the community plugins l…
Browse files Browse the repository at this point in the history
…ist (#5288)
  • Loading branch information
yoav0gal authored Jan 27, 2024
1 parent 4415c2f commit d214201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Guides/Ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ middlewares into Fastify plugins
HTTP part of the request.
- [`fastify-sqlite`](https://github.com/Eomm/fastify-sqlite) connects your
application to a sqlite3 database.
- [`fastify-sqlite-typed`](https://github.com/yoav0gal/fastify-sqlite-typed) connects
your application to a SQLite database with full Typescript support.
- [`fastify-sse`](https://github.com/lolo32/fastify-sse) to provide Server-Sent
Events with `reply.sse( … )` to Fastify.
- [`fastify-sse-v2`](https://github.com/nodefactoryio/fastify-sse-v2) to provide
Expand Down

0 comments on commit d214201

Please sign in to comment.