You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use --overrides to include a custom interface for a JSON column. It's a deeply nested typed interface. It would be nice if we could add custom code above all other code like:
I want to use
--overrides
to include a custom interface for a JSON column. It's a deeply nested typed interface. It would be nice if we could add custom code above all other code like:kysely-codegen --custom="import { JSONType } from "./custom-type\n\ninterface TableExtra { custom: JSONType }" --overrides='{"table_name.column_name": "TableExtra"}'
The text was updated successfully, but these errors were encountered: