We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4415c2f commit d214201Copy full SHA for d214201
docs/Guides/Ecosystem.md
@@ -616,6 +616,8 @@ middlewares into Fastify plugins
616
HTTP part of the request.
617
- [`fastify-sqlite`](https://github.com/Eomm/fastify-sqlite) connects your
618
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.
621
- [`fastify-sse`](https://github.com/lolo32/fastify-sse) to provide Server-Sent
622
Events with `reply.sse( … )` to Fastify.
623
- [`fastify-sse-v2`](https://github.com/nodefactoryio/fastify-sse-v2) to provide
0 commit comments