Skip to content

feat(codegen): TypeORM entities (flavor=typeorm)#492

Merged
seonghobae merged 1 commit into
feat/orm-codegenfrom
feat/typeorm-codegen
Jul 6, 2026
Merged

feat(codegen): TypeORM entities (flavor=typeorm)#492
seonghobae merged 1 commit into
feat/orm-codegenfrom
feat/typeorm-codegen

Conversation

@seonghobae

Copy link
Copy Markdown
Collaborator

Stacked on #489 (auto-retargets to main when it merges — approved pattern). Adds the most-used TypeScript ORM to the codegen family: ?flavor=typeorm renders @Entity/@Column/@PrimaryColumn classes, nullable as ?: T | null, @ManyToOne+@JoinColumn from FKs and the @OneToMany reverse side, non-public schemas via entity options. Codegen family now: DDL · DBML · SQLAlchemy · Prisma · GraphQL · TypeORM. +1 test; mypy clean.

🤖 Generated with Claude Code

Stacked on #489; auto-retargets to main when it merges. Adds the most-used TypeScript ORM to the codegen family: @Entity/@Column/@PrimaryColumn decorators, nullable as '?: T | null', @ManyToOne/@joincolumn from FKs plus @onetomany reverse side, non-public schemas via entity options. +1 test (decorators, relations, balanced braces); suite 228; mypy clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AxU2xaupAjp912oDNFuWyd
@seonghobae seonghobae merged commit 679ac80 into feat/orm-codegen Jul 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant