Skip to content

Commit

Permalink
Merge pull request #587 from pyk/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov authored May 28, 2023
2 parents d98bce2 + 5b7d5a7 commit fe6306f
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 fe6306f

Please sign in to comment.