Skip to content

Commit

Permalink
Merge pull request drizzle-team#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 60ec8da + 7f64517 commit 780e0e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 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 780e0e1

Please sign in to comment.