drizzle-zero
Generate Zero schemas from Drizzle ORM schemas.
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/rocicorp/drizzle-zero
Downloads the entire project code from GitHub to your computer.
cd drizzle-zero
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install drizzle-zero
Downloads and installs the libraries listed in package.json.
yarn add drizzle-zero
Type this command into your terminal and run it.
pnpm add drizzle-zero
Type this command into your terminal and run it.
"postinstall": "npm generate"
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
