File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
55## Installation
66
7- ``` bash
7+ ``` fish
88npm i --save-dev kysely-migrate
99```
10- ``` bash
10+ ``` fish
1111pnpm add -D kysely-migrate
1212```
13- ``` bash
13+ ``` fish
1414yarn add -D kysely-migrate
1515```
16- ``` bash
16+ ``` fish
1717bun add -D kysely-migrate
1818```
1919
@@ -38,7 +38,7 @@ export default defineConfig({
3838
3939Run [ commands] ( #commands ) to manage migrations and generate types.
4040
41- ``` bash
41+ ``` fish
4242kysely-migrate <command> [options]
4343```
4444
@@ -55,7 +55,7 @@ Run `kysely-migrate --help` or `kysely-migrate <command> --help` to see the list
5555
5656Generate types from database metadata
5757
58- ``` bash
58+ ``` fish
5959kysely-migrate codegen
6060```
6161
@@ -67,7 +67,7 @@ kysely-migrate codegen
6767
6868Create new migration
6969
70- ``` bash
70+ ``` fish
7171kysely-migrate create
7272```
7373
@@ -80,7 +80,7 @@ kysely-migrate create
8080
8181Migrate one step down
8282
83- ``` bash
83+ ``` fish
8484kysely-migrate down
8585```
8686
@@ -93,7 +93,7 @@ kysely-migrate down
9393
9494Create configuration file
9595
96- ``` bash
96+ ``` fish
9797kysely-migrate init
9898```
9999
@@ -105,15 +105,15 @@ kysely-migrate init
105105
106106List migrations
107107
108- ``` bash
108+ ``` fish
109109kysely-migrate list
110110```
111111
112112### to
113113
114114Migrate to selected migration
115115
116- ``` bash
116+ ``` fish
117117kysely-migrate to
118118```
119119
@@ -126,7 +126,7 @@ kysely-migrate to
126126
127127Migrate one step up
128128
129- ``` bash
129+ ``` fish
130130kysely-migrate up
131131```
132132
You can’t perform that action at this time.
0 commit comments