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
6161
6262# Start the postgres database using docker.
6363# Requires docker. You can also run your own database if you prefer.
64- npm run start: postgres
64+ npm run start- postgres-latest
6565
6666# run the sscce!
6767npm run test:postgres
6868# or
6969npm run test:postgres-native
7070
7171# Remember to stop the docker container once you're done.
72- npm run stop: postgres
72+ npm run stop- postgres
7373```
7474
7575#### mariadb
@@ -80,13 +80,13 @@ npm install mariadb @sequelize/mariadb
8080
8181# Start the mariadb database using docker.
8282# Requires docker. You can also run your own database if you prefer.
83- npm run start: mariadb
83+ npm run start- mariadb
8484
8585# run the sscce!
8686npm run test:mariadb
8787
8888# Remember to stop the docker container once you're done.
89- npm run stop: mariadb
89+ npm run stop- mariadb
9090```
9191
9292#### mysql
@@ -97,13 +97,13 @@ npm install mysql2 @sequelize/mysql
9797
9898# Start the mysql database using docker.
9999# Requires docker. You can also run your own database if you prefer.
100- npm run start: mysql
100+ npm run start- mysql-latest
101101
102102# run the sscce!
103103npm run test:mysql
104104
105105# Remember to stop the docker container once you're done.
106- npm run stop: mysql
106+ npm run stop- mysql
107107```
108108
109109#### mssql (SQL Server)
@@ -114,13 +114,13 @@ npm install tedious @sequelize/mssql
114114
115115# Start the mssql database using docker.
116116# Requires docker. You can also run your own database if you prefer.
117- npm run start: mssql
117+ npm run start- mssql-latest
118118
119119# run the sscce!
120120npm run test:mssql
121121
122122# Remember to stop the docker container once you're done.
123- npm run stop: mssql
123+ npm run stop- mssql
124124```
125125
126126### Step 3 - Commit your SSCCE & sent it to us
You can’t perform that action at this time.
0 commit comments