Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove unnecessary lines
  • Loading branch information
pyk authored May 16, 2023
1 parent 3bc0ca8 commit 5b7d5a7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions drizzle-orm/src/pg-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type saf
```bash
# npm
npm i drizzle-orm pg
npm i -D @types/pg
npm i -D drizzle-kit
npm i -D @types/pg drizzle-kit

# yarn
yarn add drizzle-orm pg
yarn add -D @types/pg
yarn add -D drizzle-kit
yarn add -D @types/pg drizzle-kit

# pnpm
pnpm add drizzle-orm pg
pnpm add -D @types/pg
pnpm add -D drizzle-kit
pnpm add -D @types/pg drizzle-kit
```

## SQL schema declaration
Expand Down

0 comments on commit 5b7d5a7

Please sign in to comment.