RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code generation deterministic issue

bombillazo opened this issue · comments

Hello, we are having some failing CICD checks because when using the code generation CLI, columns are generated in different orders in some tables when run in CICD vs locally, which creates some file diffs and fails the tests.

Is there any way we can add some table field/column ordering so the generated type files can be deterministic?