Oussama Sethoum

Results 9 comments of Oussama Sethoum

Is this issue still not resolved yet ?

Hi, I would like if you add two more functions to the code generator, plural and singular so we can make code generation easier. plural will pluralize English nouns. singular...

Add a way to add custom options for code generation, example am generation a GraphQL API from vuerd json file, I would like to add sub: true to the columns...

For those who loved using Prisma Go, I suggest taking a look at the Entgo ORM which is by far the best and the fastest in my opinion at least.

Hi @piotrkochan, am facing the same problem, any work around this issue?

@shyaaam when using the adapter, does it mean the speed decreases from gofiber to net/http?

Still having this issue on bun 1.0.30

> Right now, you can use WLS to run Codon. > > We plan to support Windows in the future. There are only a few POSIXy things that need to...

Hi @surjit am not sure why you wanna put the headers in the context but you can use `c.locals(key,value)` to send the headers from the http request using a middleware...