Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/cockroach/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/cockroach/get-started) and [migration fundamentals](/docs/cockroach/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/cockroach/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/mssql/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/mssql/get-started) and [migration fundamentals](/docs/mssql/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/mssql/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/mysql/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/mysql/get-started) and [migration fundamentals](/docs/mysql/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/mysql/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/pg/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/get-started) and [migration fundamentals](/docs/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/pg/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/singlestore/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/singlestore/get-started) and [migration fundamentals](/docs/singlestore/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/singlestore/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/sqlite/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"

**Drizzle Kit** is a CLI tool for managing SQL database migrations with Drizzle.
<Npm>
-D drizzle-kit
-D drizzle-kit@rc
</Npm>
<Callout type="warning">
Make sure to first go through Drizzle [get started](/docs/sqlite/get-started) and [migration fundamentals](/docs/sqlite/migrations) and pick SQL migration flow that suits your business needs best.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/sqlite/seed-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ With drizzle-seed, you get the best of both worlds: the ability to generate real

## Installation

<Npm>drizzle-seed</Npm>
<Npm>drizzle-seed@rc</Npm>

## Basic Usage

Expand Down