-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat(exporter): Drizzle ORM exporter 추가 #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yyuneu
wants to merge
13
commits into
dev-five-git:main
Choose a base branch
from
yyuneu:feat/drizzle-exporter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8273730
feat(naming): to_camel_case·infer_relation_field_name 추가
yyuneu 1745b74
refactor(exporter): enum 스캔·PK 조회·관계 네이밍을 공용 모듈로 분리하고 Prisma가 위임
yyuneu 48c4cf5
refactor(cli): export 디렉터리 준비 블록을 공용 함수로 추출
yyuneu 51d0fdc
feat(exporter,cli): Drizzle ORM 익스포터 추가 — pg/mysql/sqlite 3방언 출력
yyuneu c85aa71
test(exporter,cli): Drizzle 방언 매트릭스·스냅샷·CLI 테스트 추가
yyuneu eea2fae
docs: Drizzle 익스포터 문서화 및 Prisma 백엔드 설명 정정
yyuneu 0056888
test(cli,exporter): 생성 출력 검사를 방언별 스냅샷으로 전환
yyuneu cfe698c
docs: 스냅샷·rstest 선택 기준 추가
yyuneu 39dfb92
test(exporter,cli): 스냅샷에서 assertion_line 메타데이터 제거
yyuneu ef309d8
chore: 최신 stable clippy 대응
yyuneu 87f4432
refactor(exporter): drizzle enum 이름 래퍼 정리
yyuneu 4aa08b4
chore(changepacks): Drizzle 릴리스 descriptor 추가
yyuneu b4a9ce8
test(exporter): 크로스-ORM Drizzle 스냅샷에 방언 표기
yyuneu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"changes": {"crates/vespertide-cli/Cargo.toml": "Minor", "crates/vespertide-config/Cargo.toml": "Minor", "crates/vespertide-core/Cargo.toml": "Minor", "crates/vespertide-exporter/Cargo.toml": "Minor", "crates/vespertide-loader/Cargo.toml": "Minor", "crates/vespertide-lsp/Cargo.toml": "Minor", "crates/vespertide-macro/Cargo.toml": "Minor", "crates/vespertide-naming/Cargo.toml": "Minor", "crates/vespertide-planner/Cargo.toml": "Minor", "crates/vespertide-query/Cargo.toml": "Minor", "crates/vespertide/Cargo.toml": "Minor"}, "note": "Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. `Orm`이 exhaustive pub enum이라 `Orm::Drizzle` 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 `export --orm drizzle` 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 `=` 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.", "date": "2026-08-30T12:00:00.0000000Z"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
필요한 이유가 궁금합니다