Skip to content

Commit b7cbede

Browse files
committed
docs(cli): remove reference to mysql
closes #128
1 parent b43c312 commit b7cbede

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ Options:
256256
--storage.sqlDialect
257257
[string] [choices: "sqlite", "postgres"] [default: "sqlite"]
258258
--storage.sqlDatabasePath The path to a SQLite database on disk.
259-
--storage.sqlConnectionUrl The connection url to a postgres or
260-
mysql database.
259+
--storage.sqlConnectionUrl The connection url to a postgres
260+
database.
261261
--storage.sqlConnectionSsl Whether the SQL connection should force
262262
use of SSL [boolean] [default: false]
263263
--storage.sqlDangerouslyResetDatabase Whether to force the database to the

packages/cli/src/server/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function buildCommand(yargs) {
3434
description: 'The path to a SQLite database on disk.',
3535
},
3636
'storage.sqlConnectionUrl': {
37-
description: 'The connection url to a postgres or mysql database.',
37+
description: 'The connection url to a postgres database.',
3838
},
3939
'storage.sqlConnectionSsl': {
4040
type: 'boolean',

0 commit comments

Comments
 (0)