File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ npm install pg-hstore
61
61
62
62
# Start the postgres database using docker.
63
63
# Requires docker. You can also run your own database if you prefer.
64
- npm run start: postgres
64
+ npm run start- postgres-latest
65
65
66
66
# run the sscce!
67
67
npm run test:postgres
68
68
# or
69
69
npm run test:postgres-native
70
70
71
71
# Remember to stop the docker container once you're done.
72
- npm run stop: postgres
72
+ npm run stop- postgres
73
73
```
74
74
75
75
#### mariadb
@@ -80,13 +80,13 @@ npm install mariadb @sequelize/mariadb
80
80
81
81
# Start the mariadb database using docker.
82
82
# Requires docker. You can also run your own database if you prefer.
83
- npm run start: mariadb
83
+ npm run start- mariadb
84
84
85
85
# run the sscce!
86
86
npm run test:mariadb
87
87
88
88
# Remember to stop the docker container once you're done.
89
- npm run stop: mariadb
89
+ npm run stop- mariadb
90
90
```
91
91
92
92
#### mysql
@@ -97,13 +97,13 @@ npm install mysql2 @sequelize/mysql
97
97
98
98
# Start the mysql database using docker.
99
99
# Requires docker. You can also run your own database if you prefer.
100
- npm run start: mysql
100
+ npm run start- mysql-latest
101
101
102
102
# run the sscce!
103
103
npm run test:mysql
104
104
105
105
# Remember to stop the docker container once you're done.
106
- npm run stop: mysql
106
+ npm run stop- mysql
107
107
```
108
108
109
109
#### mssql (SQL Server)
@@ -114,13 +114,13 @@ npm install tedious @sequelize/mssql
114
114
115
115
# Start the mssql database using docker.
116
116
# Requires docker. You can also run your own database if you prefer.
117
- npm run start: mssql
117
+ npm run start- mssql-latest
118
118
119
119
# run the sscce!
120
120
npm run test:mssql
121
121
122
122
# Remember to stop the docker container once you're done.
123
- npm run stop: mssql
123
+ npm run stop- mssql
124
124
```
125
125
126
126
### Step 3 - Commit your SSCCE & sent it to us
You can’t perform that action at this time.
0 commit comments