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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ The internal queries that are ran before the queries in ```initSQLString``` are
221
221
***
222
222
### :warning: Internal Options :warning:
223
223
224
-
The following options are only meant for internal use (such as CI or the internals for running this package via the CLI). 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.
224
+
The following options are only meant for internal use (such as for testing this package or the internals for running this package via the CLI). 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.
225
225
226
226
-`_DO_NOT_USE_deleteDBAfterStopped: boolean`
227
227
@@ -243,16 +243,12 @@ Description: The folder to store the MySQL binaries when they are downloaded fro
243
243
244
244
-`_DO_NOT_USE_beforeSignalCleanupMessage: string`
245
245
246
-
Required: No
247
-
248
246
Default: undefined
249
247
250
248
Description: The message to get displayed in the console before the cleanup that happens when the Node.js process is stopped without the ```stop()``` method being called first.
251
249
252
250
-`_DO_NOT_USE_afterSignalCleanupMessage: string`
253
251
254
-
Required: No
255
-
256
252
Default: undefined
257
253
258
254
Description: The message to get displayed in the console after the cleanup that happens when the Node.js process is stopped without the ```stop()``` method being called first.
0 commit comments