Why does kysely-codegen generate the schema in node_modules?

Jjamalabe4/20/2023
Like probably many people here, I use https://github.com/RobinBlomberg/kysely-codegen .
By default, the DB schema file is generated inside the node_modules. It can be changed of course, but I wonder why that is the default?
I was expecting that file to be something you keep in versioning.
IIgal4/20/2023
Hey 👋

Have you tried opening an issue there?
UUUnknown User4/21/2023
Message Not Public
Sign In & Join Server To View
Kkoskimas4/21/2023
I think the default behavior is copied from prisma
UUUnknown User4/23/2023
Message Not Public
Sign In & Join Server To View