-
## 💬 I am using typeorm to handle all queries to the DB. Let say I have an end-point that takes a querystring and one of the properties is "limit". Now, "limit" is not a part of the typeorm schem…
-
Evaluate if the next major version should set the JSON schema draft-2020-12 as default
Ref: https://github.com/fastify/fastify/issues/4549
AJV docs: https://ajv.js.org/guide/schema-language.html#d…
-
### What happened?
Fresh clone with docker and I get these logs
### Version
latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
### What browser(s) are you seeing the problem on…
mdp18 updated
1 month ago
-
The docs mention that you can integrate fastify like this:
```ts
const fastify = require("fastify")({
logger: true,
})
const fastifyApp = async (request, reply) => {
await registerRoutes…
0x80 updated
4 months ago
-
Hi,
I'm testing your Enchance docs using your fruits example
I modified app/api/fruits.mjs but no enpont gives results
export async function get (req) {
let fruits = ['apple','banana','pears']
…
-
would you please?
-
Like our Nest example. No need to show everything rather only the startup (See Nest example)
-
It would be genuinely wonderful to get some examples of Fastify into the examples repo's [servers](https://github.com/nodejs/examples/tree/master/servers) examples.
Ideally, these examples will:
…
-
Hello.
Could you make a plugin for fastify? Everything is very simple there.
Example elastic: https://github.com/fastify/fastify-elasticsearch/blob/master/index.js
-
### Feature Request: Add `decorate` Property to MSSQL Plugin Configuration
#### Description:
I would like to propose an enhancement to the MSSQL plugin for Fastify. This enhancement involves addin…