drizzle-zero
Generate Zero schemas from Drizzle ORM schemas.
파일 탐색기
최종 버전 다운로드 (.zip)- release.yml
- test-and-build.yml
- dependabot.yml
- index.ts
- package.json
- 0000_snapshot.json
- _journal.json
- 0000_initial.sql
- country.ts
- currency.ts
- mime.ts
- schema.ts
- types.ts
- drizzle.config.ts
- package.json
- schema.ts
- test-utils.ts
- tsconfig.json
- integration.test.ts
- drizzle-zero.config.ts
- get-queries-server.ts
- package.json
- synced-queries.ts
- tsconfig.json
- vitest.config.ts
- zero-schema.gen.ts
- integration.test.ts
- get-queries-server.ts
- package.json
- synced-queries.ts
- tsconfig.json
- vitest.config.ts
- zero-schema.gen.ts
- config.ts
- drizzle-kit.ts
- index.ts
- shared.ts
- signature.ts
- ts-project.ts
- tsconfig.ts
- type-resolution.ts
- db.ts
- drizzle-to-zero.ts
- index.ts
- relations.ts
- tables.ts
- types.ts
- util.ts
- custom-schema.schema.ts
- custom-schema.zero.ts
- many-to-many-duplicate-relationship.zero.ts
- many-to-many-extended-config.zero.ts
- many-to-many-incorrect-many.zero.ts
- many-to-many-missing-foreign-key.schema.ts
- many-to-many-missing-foreign-key.zero.ts
- many-to-many-relation-name-conflicts-column.schema.ts
- many-to-many-relation-name-conflicts-column.zero.ts
- many-to-many-self-referential-fk.schema.ts
- many-to-many-self-referential-fk.zero.ts
- many-to-many-self-referential.schema.ts
- many-to-many-self-referential.zero.ts
- many-to-many-subset-2.zero.ts
- many-to-many-subset.zero.ts
- many-to-many.schema.ts
- many-to-many.zero.ts
- no-relations.schema.ts
- no-relations.zero.ts
- one-to-many-casing.schema.ts
- one-to-many-casing.zero.ts
- one-to-many-missing-named.schema.ts
- one-to-many-missing-named.zero.ts
- one-to-many-missing-one.schema.ts
- one-to-many-missing-one.zero.ts
- one-to-many-named.schema.ts
- one-to-many-named.zero.ts
- one-to-many-parent-child.schema.ts
- one-to-many-parent-child.zero.ts
- one-to-many.schema.ts
- one-to-many.zero.ts
- one-to-one-2.schema.ts
- one-to-one-2.zero.ts
- one-to-one-foreign-key.schema.ts
- one-to-one-foreign-key.zero.ts
- one-to-one-missing-foreign-key.schema.ts
- one-to-one-missing-foreign-key.zero.ts
- one-to-one-self.schema.ts
- one-to-one-self.zero.ts
- one-to-one-subset.zero.ts
- one-to-one.schema.ts
- one-to-one.zero.ts
- postgres-schema-collision.schema.ts
- postgres-schema-collision.zero.ts
- relation-name-conflicts-column.schema.ts
- relation-name-conflicts-column.zero.ts
- cli.test.ts
- config.test.ts
- drizzle-kit.test.ts
- relations.test.ts
- signature.test.ts
- tables.test.ts
- ts-project.test.ts
- tsconfig.test.ts
- type-resolution.test.ts
- types.test.ts
- utils.ts
- .gitignore
- .npmignore
- .oxlintrc.json
- .prettierignore
- AGENTS.md
- build.ts
- CLAUDE.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- vitest.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rocicorp/drizzle-zero
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd drizzle-zero
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install drizzle-zero
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add drizzle-zero
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm add drizzle-zero
이 명령어를 터미널에 그대로 입력해 실행하세요.
"postinstall": "npm generate"
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
