Skip to content

Commit d214201

Browse files
authored
docs(ecosystem): adds fastify-sqlite-typed to the community plugins list (fastify#5288)
1 parent 4415c2f commit d214201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Guides/Ecosystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,8 @@ middlewares into Fastify plugins
616616
HTTP part of the request.
617617
- [`fastify-sqlite`](https://github.com/Eomm/fastify-sqlite) connects your
618618
application to a sqlite3 database.
619+
- [`fastify-sqlite-typed`](https://github.com/yoav0gal/fastify-sqlite-typed) connects
620+
your application to a SQLite database with full Typescript support.
619621
- [`fastify-sse`](https://github.com/lolo32/fastify-sse) to provide Server-Sent
620622
Events with `reply.sse( … )` to Fastify.
621623
- [`fastify-sse-v2`](https://github.com/nodefactoryio/fastify-sse-v2) to provide

0 commit comments

Comments
 (0)