You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,23 +211,23 @@ The internal queries that are ran before the queries in ```initSQLString``` are
211
211
212
212
The following options are only meant for internal debugging use. Their behaviour may change or they may get removed between major/minor/patch versions and they are not to be considered stable. The options below will not follow Semantic Versioning so it is advised to not use them.
213
213
214
-
-`deleteDBAfterStopped: boolean`
214
+
-`_DO_NOT_USE_deleteDBAfterStopped: boolean`
215
215
216
216
Required: No
217
217
218
218
Default: true
219
219
220
220
Description: Changes whether or not the database will be deleted after it has been stopped. If set to `true`, the database WILL be deleted after it has been stopped.
221
221
222
-
-`dataPath: string`
222
+
-`_DO_NOT_USE_dbPath: string`
223
223
224
224
Required: No
225
225
226
226
Default: `TMPDIR/mysqlmsn/dbs/UUID` (replacing TMPDIR with the OS temp directory and UUID with a UUIDv4 without seperating dashes).
227
227
228
228
Description: The folder to store database-related data in
0 commit comments