Skip to content

feat(typeorm): support selected CRUD records - #19

Merged
kauandotnet merged 1 commit into
mainfrom
codex/typeorm-selected-fields
Aug 12, 2026
Merged

kauandotnet merged 1 commit into
mainfrom
codex/typeorm-selected-fields

Conversation

@kauandotnet

Copy link
Copy Markdown
Contributor

Summary

  • add opt-in TypeORM-native selected record hydration with inferred narrow response types
  • use explicit selected reads and narrow PostgreSQL RETURNING for mutations without hidden full-row reloads
  • reauthorize update/delete DML, fail closed on unsafe metadata and parameter collisions, and document query-builder lifecycle semantics

Verification

  • PG_URL=postgresql://nestm:nestm@localhost:55435/nestm_crud pnpm run verify
  • independent type, runtime, DML, and API review completed with no release blockers

@kauandotnet
kauandotnet merged commit 0125181 into main Aug 12, 2026
11 checks passed
@kauandotnet
kauandotnet deleted the codex/typeorm-selected-fields branch August 12, 2026 00:38
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