awkweb/kysely-migrate

codegen replaces underscores by spaces

danielo515 opened this issue · 0 comments

Describe the bug

Hello, thank you for this utility, it makes dealing with kysely migrations much more convenient.
I tried the codegen function, and while it worked quite good, the generated names get underscore replaced by spaces, which is incorrect.

To give you an example user_session generates a type named User Session which is obviously not valid typescript.

Link to Minimal Reproducible Example

I don't think is needed, sorry

Steps To Reproduce

Just use any underscore in any table name then try to run a codegen command

Package Version

kysely-migrate 0.0.16

TypeScript Version

5.3.3

Anything else?

No response

Validations

  • Checked there isn't already an issue that exists for the bug you encountered.
  • Added a minimal reproduction.