@breautek/storm 4.4.0 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/docs/README.md +4 -4
- package/docs/classes/Application.md +26 -26
- package/docs/classes/BackendAuthenticationMiddleware.md +2 -2
- package/docs/classes/CORSMiddleware.md +6 -6
- package/docs/classes/ConfigLoader.md +1 -1
- package/docs/classes/Database.md +12 -12
- package/docs/classes/DatabaseConnection.md +19 -19
- package/docs/classes/DatabaseQueryError.md +10 -10
- package/docs/classes/DeadLockError.md +10 -10
- package/docs/classes/DiskSpaceError.md +10 -10
- package/docs/classes/DropTemporaryTableQuery.md +8 -8
- package/docs/classes/DumpStream.md +1 -1
- package/docs/classes/DuplicateEntryError.md +10 -10
- package/docs/classes/EntityNotFoundError.md +10 -10
- package/docs/classes/ExpiredTokenError.md +10 -10
- package/docs/classes/Handler.md +14 -14
- package/docs/classes/InternalError.md +10 -10
- package/docs/classes/InvalidCredentialsError.md +10 -10
- package/docs/classes/InvalidValueError.md +10 -10
- package/docs/classes/ManagedDatabaseConnection.md +19 -19
- package/docs/classes/Middleware.md +3 -3
- package/docs/classes/MissingConfigError.md +10 -10
- package/docs/classes/MissingParameterError.md +10 -10
- package/docs/classes/MySQLConnection.md +20 -20
- package/docs/classes/MySQLDatabase.md +13 -13
- package/docs/classes/NotImplementedError.md +10 -10
- package/docs/classes/Query.md +8 -8
- package/docs/classes/RawError.md +10 -10
- package/docs/classes/RawQuery.md +8 -8
- package/docs/classes/Request.md +18 -18
- package/docs/classes/Response.md +11 -11
- package/docs/classes/ResponseData.md +7 -7
- package/docs/classes/ServiceProvider.md +15 -15
- package/docs/classes/ServiceResponse.md +4 -4
- package/docs/classes/SetSessionVariableQuery.md +8 -8
- package/docs/classes/StormError.md +10 -10
- package/docs/classes/TemporaryTableQuery.md +8 -8
- package/docs/classes/Token.md +2 -2
- package/docs/classes/TokenManager.md +4 -4
- package/docs/classes/UnauthorizedAccessError.md +10 -10
- package/docs/enums/ErrorCode.md +9 -9
- package/docs/enums/ExitCode.md +2 -2
- package/docs/enums/HTTPMethod.md +4 -4
- package/docs/enums/JWTError.md +2 -2
- package/docs/enums/StatusCode.md +48 -48
- package/docs/interfaces/IConfig.md +8 -8
- package/docs/interfaces/IDatabaseConfig.md +6 -6
- package/docs/interfaces/IDatabaseConnection.md +14 -14
- package/docs/interfaces/IErrorResponse.md +5 -5
- package/docs/interfaces/IFormData.md +2 -2
- package/docs/interfaces/IHandler.md +1 -1
- package/docs/interfaces/IInsertQueryResult.md +3 -3
- package/docs/interfaces/IJWTVerifyOptions.md +1 -1
- package/docs/interfaces/IRequestResponse.md +2 -2
- package/docs/interfaces/ISetSessionVariableQueryInput.md +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.md +2 -2
- package/docs/interfaces/IUpdateQueryResult.md +2 -2
- package/lib/MySQLConnection.js +2 -0
- package/lib/MySQLConnection.js.map +1 -1
- package/package.json +1 -1
- package/src/MySQLConnection.ts +2 -0
package/docs/classes/Handler.md
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[src/Handler.ts:72](https://github.com/breautek/storm/blob/
|
|
69
|
+
[src/Handler.ts:72](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L72)
|
|
70
70
|
|
|
71
71
|
## Methods
|
|
72
72
|
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[src/Handler.ts:215](https://github.com/breautek/storm/blob/
|
|
89
|
+
[src/Handler.ts:215](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L215)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ ___
|
|
|
106
106
|
|
|
107
107
|
#### Defined in
|
|
108
108
|
|
|
109
|
-
[src/Handler.ts:203](https://github.com/breautek/storm/blob/
|
|
109
|
+
[src/Handler.ts:203](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L203)
|
|
110
110
|
|
|
111
111
|
___
|
|
112
112
|
|
|
@@ -120,7 +120,7 @@ ___
|
|
|
120
120
|
|
|
121
121
|
#### Defined in
|
|
122
122
|
|
|
123
|
-
[src/Handler.ts:81](https://github.com/breautek/storm/blob/
|
|
123
|
+
[src/Handler.ts:81](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L81)
|
|
124
124
|
|
|
125
125
|
___
|
|
126
126
|
|
|
@@ -142,7 +142,7 @@ ___
|
|
|
142
142
|
|
|
143
143
|
#### Defined in
|
|
144
144
|
|
|
145
|
-
[src/Handler.ts:137](https://github.com/breautek/storm/blob/
|
|
145
|
+
[src/Handler.ts:137](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L137)
|
|
146
146
|
|
|
147
147
|
___
|
|
148
148
|
|
|
@@ -162,7 +162,7 @@ ___
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/Handler.ts:207](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/Handler.ts:207](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L207)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -182,7 +182,7 @@ ___
|
|
|
182
182
|
|
|
183
183
|
#### Defined in
|
|
184
184
|
|
|
185
|
-
[src/Handler.ts:211](https://github.com/breautek/storm/blob/
|
|
185
|
+
[src/Handler.ts:211](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L211)
|
|
186
186
|
|
|
187
187
|
___
|
|
188
188
|
|
|
@@ -202,7 +202,7 @@ ___
|
|
|
202
202
|
|
|
203
203
|
#### Defined in
|
|
204
204
|
|
|
205
|
-
[src/Handler.ts:147](https://github.com/breautek/storm/blob/
|
|
205
|
+
[src/Handler.ts:147](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L147)
|
|
206
206
|
|
|
207
207
|
___
|
|
208
208
|
|
|
@@ -223,7 +223,7 @@ ___
|
|
|
223
223
|
|
|
224
224
|
#### Defined in
|
|
225
225
|
|
|
226
|
-
[src/Handler.ts:190](https://github.com/breautek/storm/blob/
|
|
226
|
+
[src/Handler.ts:190](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L190)
|
|
227
227
|
|
|
228
228
|
___
|
|
229
229
|
|
|
@@ -244,7 +244,7 @@ ___
|
|
|
244
244
|
|
|
245
245
|
#### Defined in
|
|
246
246
|
|
|
247
|
-
[src/Handler.ts:151](https://github.com/breautek/storm/blob/
|
|
247
|
+
[src/Handler.ts:151](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L151)
|
|
248
248
|
|
|
249
249
|
___
|
|
250
250
|
|
|
@@ -264,7 +264,7 @@ ___
|
|
|
264
264
|
|
|
265
265
|
#### Defined in
|
|
266
266
|
|
|
267
|
-
[src/Handler.ts:85](https://github.com/breautek/storm/blob/
|
|
267
|
+
[src/Handler.ts:85](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L85)
|
|
268
268
|
|
|
269
269
|
___
|
|
270
270
|
|
|
@@ -278,7 +278,7 @@ ___
|
|
|
278
278
|
|
|
279
279
|
#### Defined in
|
|
280
280
|
|
|
281
|
-
[src/Handler.ts:77](https://github.com/breautek/storm/blob/
|
|
281
|
+
[src/Handler.ts:77](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L77)
|
|
282
282
|
|
|
283
283
|
___
|
|
284
284
|
|
|
@@ -299,7 +299,7 @@ ___
|
|
|
299
299
|
|
|
300
300
|
#### Defined in
|
|
301
301
|
|
|
302
|
-
[src/Handler.ts:177](https://github.com/breautek/storm/blob/
|
|
302
|
+
[src/Handler.ts:177](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L177)
|
|
303
303
|
|
|
304
304
|
___
|
|
305
305
|
|
|
@@ -320,4 +320,4 @@ ___
|
|
|
320
320
|
|
|
321
321
|
#### Defined in
|
|
322
322
|
|
|
323
|
-
[src/Handler.ts:164](https://github.com/breautek/storm/blob/
|
|
323
|
+
[src/Handler.ts:164](https://github.com/breautek/storm/blob/306a47f/src/Handler.ts#L164)
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/InternalError.ts:23](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/InternalError.ts:23](https://github.com/breautek/storm/blob/306a47f/src/InternalError.ts#L23)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -162,7 +162,7 @@ node_modules/@types/node/ts4.8/globals.d.ts:13
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/InternalError.ts:31](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/InternalError.ts:31](https://github.com/breautek/storm/blob/306a47f/src/InternalError.ts#L31)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L76)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -198,7 +198,7 @@ ___
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
201
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L97)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[src/InternalError.ts:35](https://github.com/breautek/storm/blob/
|
|
219
|
+
[src/InternalError.ts:35](https://github.com/breautek/storm/blob/306a47f/src/InternalError.ts#L35)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -234,7 +234,7 @@ ___
|
|
|
234
234
|
|
|
235
235
|
#### Defined in
|
|
236
236
|
|
|
237
|
-
[src/InternalError.ts:39](https://github.com/breautek/storm/blob/
|
|
237
|
+
[src/InternalError.ts:39](https://github.com/breautek/storm/blob/306a47f/src/InternalError.ts#L39)
|
|
238
238
|
|
|
239
239
|
___
|
|
240
240
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/StormError.ts:93](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/StormError.ts:93](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L93)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -270,7 +270,7 @@ ___
|
|
|
270
270
|
|
|
271
271
|
#### Defined in
|
|
272
272
|
|
|
273
|
-
[src/InternalError.ts:27](https://github.com/breautek/storm/blob/
|
|
273
|
+
[src/InternalError.ts:27](https://github.com/breautek/storm/blob/306a47f/src/InternalError.ts#L27)
|
|
274
274
|
|
|
275
275
|
___
|
|
276
276
|
|
|
@@ -291,7 +291,7 @@ They are kept secret from the client.
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L68)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,7 +311,7 @@ Sends details to the client.
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L60)
|
|
315
315
|
|
|
316
316
|
___
|
|
317
317
|
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/InvalidCredentialsError.ts:23](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/InvalidCredentialsError.ts:23](https://github.com/breautek/storm/blob/306a47f/src/InvalidCredentialsError.ts#L23)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -162,7 +162,7 @@ node_modules/@types/node/ts4.8/globals.d.ts:13
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/InvalidCredentialsError.ts:31](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/InvalidCredentialsError.ts:31](https://github.com/breautek/storm/blob/306a47f/src/InvalidCredentialsError.ts#L31)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L76)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -198,7 +198,7 @@ ___
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
201
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L97)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[src/InvalidCredentialsError.ts:35](https://github.com/breautek/storm/blob/
|
|
219
|
+
[src/InvalidCredentialsError.ts:35](https://github.com/breautek/storm/blob/306a47f/src/InvalidCredentialsError.ts#L35)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -234,7 +234,7 @@ ___
|
|
|
234
234
|
|
|
235
235
|
#### Defined in
|
|
236
236
|
|
|
237
|
-
[src/InvalidCredentialsError.ts:39](https://github.com/breautek/storm/blob/
|
|
237
|
+
[src/InvalidCredentialsError.ts:39](https://github.com/breautek/storm/blob/306a47f/src/InvalidCredentialsError.ts#L39)
|
|
238
238
|
|
|
239
239
|
___
|
|
240
240
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/StormError.ts:93](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/StormError.ts:93](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L93)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -270,7 +270,7 @@ ___
|
|
|
270
270
|
|
|
271
271
|
#### Defined in
|
|
272
272
|
|
|
273
|
-
[src/InvalidCredentialsError.ts:27](https://github.com/breautek/storm/blob/
|
|
273
|
+
[src/InvalidCredentialsError.ts:27](https://github.com/breautek/storm/blob/306a47f/src/InvalidCredentialsError.ts#L27)
|
|
274
274
|
|
|
275
275
|
___
|
|
276
276
|
|
|
@@ -291,7 +291,7 @@ They are kept secret from the client.
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L68)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,7 +311,7 @@ Sends details to the client.
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L60)
|
|
315
315
|
|
|
316
316
|
___
|
|
317
317
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
#### Defined in
|
|
57
57
|
|
|
58
|
-
[src/InvalidValueError.ts:27](https://github.com/breautek/storm/blob/
|
|
58
|
+
[src/InvalidValueError.ts:27](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L27)
|
|
59
59
|
|
|
60
60
|
## Properties
|
|
61
61
|
|
|
@@ -164,7 +164,7 @@ node_modules/@types/node/ts4.8/globals.d.ts:13
|
|
|
164
164
|
|
|
165
165
|
#### Defined in
|
|
166
166
|
|
|
167
|
-
[src/InvalidValueError.ts:40](https://github.com/breautek/storm/blob/
|
|
167
|
+
[src/InvalidValueError.ts:40](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L40)
|
|
168
168
|
|
|
169
169
|
___
|
|
170
170
|
|
|
@@ -182,7 +182,7 @@ ___
|
|
|
182
182
|
|
|
183
183
|
#### Defined in
|
|
184
184
|
|
|
185
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
185
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L76)
|
|
186
186
|
|
|
187
187
|
___
|
|
188
188
|
|
|
@@ -200,7 +200,7 @@ ___
|
|
|
200
200
|
|
|
201
201
|
#### Defined in
|
|
202
202
|
|
|
203
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
203
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L97)
|
|
204
204
|
|
|
205
205
|
___
|
|
206
206
|
|
|
@@ -218,7 +218,7 @@ ___
|
|
|
218
218
|
|
|
219
219
|
#### Defined in
|
|
220
220
|
|
|
221
|
-
[src/InvalidValueError.ts:44](https://github.com/breautek/storm/blob/
|
|
221
|
+
[src/InvalidValueError.ts:44](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L44)
|
|
222
222
|
|
|
223
223
|
___
|
|
224
224
|
|
|
@@ -236,7 +236,7 @@ ___
|
|
|
236
236
|
|
|
237
237
|
#### Defined in
|
|
238
238
|
|
|
239
|
-
[src/InvalidValueError.ts:48](https://github.com/breautek/storm/blob/
|
|
239
|
+
[src/InvalidValueError.ts:48](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L48)
|
|
240
240
|
|
|
241
241
|
___
|
|
242
242
|
|
|
@@ -254,7 +254,7 @@ ___
|
|
|
254
254
|
|
|
255
255
|
#### Defined in
|
|
256
256
|
|
|
257
|
-
[src/InvalidValueError.ts:52](https://github.com/breautek/storm/blob/
|
|
257
|
+
[src/InvalidValueError.ts:52](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L52)
|
|
258
258
|
|
|
259
259
|
___
|
|
260
260
|
|
|
@@ -272,7 +272,7 @@ ___
|
|
|
272
272
|
|
|
273
273
|
#### Defined in
|
|
274
274
|
|
|
275
|
-
[src/InvalidValueError.ts:35](https://github.com/breautek/storm/blob/
|
|
275
|
+
[src/InvalidValueError.ts:35](https://github.com/breautek/storm/blob/306a47f/src/InvalidValueError.ts#L35)
|
|
276
276
|
|
|
277
277
|
___
|
|
278
278
|
|
|
@@ -299,7 +299,7 @@ They are kept secret from the client.
|
|
|
299
299
|
|
|
300
300
|
#### Defined in
|
|
301
301
|
|
|
302
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
302
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L68)
|
|
303
303
|
|
|
304
304
|
___
|
|
305
305
|
|
|
@@ -319,7 +319,7 @@ Sends details to the client.
|
|
|
319
319
|
|
|
320
320
|
#### Defined in
|
|
321
321
|
|
|
322
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
322
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L60)
|
|
323
323
|
|
|
324
324
|
___
|
|
325
325
|
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
|
|
48
48
|
#### Defined in
|
|
49
49
|
|
|
50
|
-
[src/ManagedDatabaseConnection.ts:37](https://github.com/breautek/storm/blob/
|
|
50
|
+
[src/ManagedDatabaseConnection.ts:37](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L37)
|
|
51
51
|
|
|
52
52
|
## Methods
|
|
53
53
|
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[src/ManagedDatabaseConnection.ts:152](https://github.com/breautek/storm/blob/
|
|
74
|
+
[src/ManagedDatabaseConnection.ts:152](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L152)
|
|
75
75
|
|
|
76
76
|
___
|
|
77
77
|
|
|
@@ -89,7 +89,7 @@ ___
|
|
|
89
89
|
|
|
90
90
|
#### Defined in
|
|
91
91
|
|
|
92
|
-
[src/ManagedDatabaseConnection.ts:189](https://github.com/breautek/storm/blob/
|
|
92
|
+
[src/ManagedDatabaseConnection.ts:189](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L189)
|
|
93
93
|
|
|
94
94
|
___
|
|
95
95
|
|
|
@@ -107,7 +107,7 @@ ___
|
|
|
107
107
|
|
|
108
108
|
#### Defined in
|
|
109
109
|
|
|
110
|
-
[src/ManagedDatabaseConnection.ts:237](https://github.com/breautek/storm/blob/
|
|
110
|
+
[src/ManagedDatabaseConnection.ts:237](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L237)
|
|
111
111
|
|
|
112
112
|
___
|
|
113
113
|
|
|
@@ -125,7 +125,7 @@ ___
|
|
|
125
125
|
|
|
126
126
|
#### Defined in
|
|
127
127
|
|
|
128
|
-
[src/ManagedDatabaseConnection.ts:104](https://github.com/breautek/storm/blob/
|
|
128
|
+
[src/ManagedDatabaseConnection.ts:104](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L104)
|
|
129
129
|
|
|
130
130
|
___
|
|
131
131
|
|
|
@@ -143,7 +143,7 @@ ___
|
|
|
143
143
|
|
|
144
144
|
#### Defined in
|
|
145
145
|
|
|
146
|
-
[src/ManagedDatabaseConnection.ts:129](https://github.com/breautek/storm/blob/
|
|
146
|
+
[src/ManagedDatabaseConnection.ts:129](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L129)
|
|
147
147
|
|
|
148
148
|
___
|
|
149
149
|
|
|
@@ -157,7 +157,7 @@ ___
|
|
|
157
157
|
|
|
158
158
|
#### Defined in
|
|
159
159
|
|
|
160
|
-
[src/ManagedDatabaseConnection.ts:91](https://github.com/breautek/storm/blob/
|
|
160
|
+
[src/ManagedDatabaseConnection.ts:91](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L91)
|
|
161
161
|
|
|
162
162
|
___
|
|
163
163
|
|
|
@@ -175,7 +175,7 @@ ___
|
|
|
175
175
|
|
|
176
176
|
#### Defined in
|
|
177
177
|
|
|
178
|
-
[src/ManagedDatabaseConnection.ts:74](https://github.com/breautek/storm/blob/
|
|
178
|
+
[src/ManagedDatabaseConnection.ts:74](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L74)
|
|
179
179
|
|
|
180
180
|
___
|
|
181
181
|
|
|
@@ -189,7 +189,7 @@ ___
|
|
|
189
189
|
|
|
190
190
|
#### Defined in
|
|
191
191
|
|
|
192
|
-
[src/ManagedDatabaseConnection.ts:87](https://github.com/breautek/storm/blob/
|
|
192
|
+
[src/ManagedDatabaseConnection.ts:87](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L87)
|
|
193
193
|
|
|
194
194
|
___
|
|
195
195
|
|
|
@@ -207,7 +207,7 @@ ___
|
|
|
207
207
|
|
|
208
208
|
#### Defined in
|
|
209
209
|
|
|
210
|
-
[src/ManagedDatabaseConnection.ts:113](https://github.com/breautek/storm/blob/
|
|
210
|
+
[src/ManagedDatabaseConnection.ts:113](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L113)
|
|
211
211
|
|
|
212
212
|
___
|
|
213
213
|
|
|
@@ -225,7 +225,7 @@ ___
|
|
|
225
225
|
|
|
226
226
|
#### Defined in
|
|
227
227
|
|
|
228
|
-
[src/ManagedDatabaseConnection.ts:180](https://github.com/breautek/storm/blob/
|
|
228
|
+
[src/ManagedDatabaseConnection.ts:180](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L180)
|
|
229
229
|
|
|
230
230
|
___
|
|
231
231
|
|
|
@@ -239,7 +239,7 @@ ___
|
|
|
239
239
|
|
|
240
240
|
#### Defined in
|
|
241
241
|
|
|
242
|
-
[src/ManagedDatabaseConnection.ts:83](https://github.com/breautek/storm/blob/
|
|
242
|
+
[src/ManagedDatabaseConnection.ts:83](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L83)
|
|
243
243
|
|
|
244
244
|
___
|
|
245
245
|
|
|
@@ -264,7 +264,7 @@ ___
|
|
|
264
264
|
|
|
265
265
|
#### Defined in
|
|
266
266
|
|
|
267
|
-
[src/ManagedDatabaseConnection.ts:139](https://github.com/breautek/storm/blob/
|
|
267
|
+
[src/ManagedDatabaseConnection.ts:139](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L139)
|
|
268
268
|
|
|
269
269
|
___
|
|
270
270
|
|
|
@@ -282,7 +282,7 @@ ___
|
|
|
282
282
|
|
|
283
283
|
#### Defined in
|
|
284
284
|
|
|
285
|
-
[src/ManagedDatabaseConnection.ts:202](https://github.com/breautek/storm/blob/
|
|
285
|
+
[src/ManagedDatabaseConnection.ts:202](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L202)
|
|
286
286
|
|
|
287
287
|
___
|
|
288
288
|
|
|
@@ -302,7 +302,7 @@ ___
|
|
|
302
302
|
|
|
303
303
|
#### Defined in
|
|
304
304
|
|
|
305
|
-
[src/ManagedDatabaseConnection.ts:44](https://github.com/breautek/storm/blob/
|
|
305
|
+
[src/ManagedDatabaseConnection.ts:44](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L44)
|
|
306
306
|
|
|
307
307
|
___
|
|
308
308
|
|
|
@@ -326,7 +326,7 @@ ___
|
|
|
326
326
|
|
|
327
327
|
#### Defined in
|
|
328
328
|
|
|
329
|
-
[src/ManagedDatabaseConnection.ts:95](https://github.com/breautek/storm/blob/
|
|
329
|
+
[src/ManagedDatabaseConnection.ts:95](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L95)
|
|
330
330
|
|
|
331
331
|
___
|
|
332
332
|
|
|
@@ -350,7 +350,7 @@ ___
|
|
|
350
350
|
|
|
351
351
|
#### Defined in
|
|
352
352
|
|
|
353
|
-
[src/ManagedDatabaseConnection.ts:123](https://github.com/breautek/storm/blob/
|
|
353
|
+
[src/ManagedDatabaseConnection.ts:123](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L123)
|
|
354
354
|
|
|
355
355
|
___
|
|
356
356
|
|
|
@@ -368,7 +368,7 @@ ___
|
|
|
368
368
|
|
|
369
369
|
#### Defined in
|
|
370
370
|
|
|
371
|
-
[src/ManagedDatabaseConnection.ts:167](https://github.com/breautek/storm/blob/
|
|
371
|
+
[src/ManagedDatabaseConnection.ts:167](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L167)
|
|
372
372
|
|
|
373
373
|
___
|
|
374
374
|
|
|
@@ -394,4 +394,4 @@ ___
|
|
|
394
394
|
|
|
395
395
|
#### Defined in
|
|
396
396
|
|
|
397
|
-
[src/ManagedDatabaseConnection.ts:148](https://github.com/breautek/storm/blob/
|
|
397
|
+
[src/ManagedDatabaseConnection.ts:148](https://github.com/breautek/storm/blob/306a47f/src/ManagedDatabaseConnection.ts#L148)
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[src/Middleware.ts:23](https://github.com/breautek/storm/blob/
|
|
30
|
+
[src/Middleware.ts:23](https://github.com/breautek/storm/blob/306a47f/src/Middleware.ts#L23)
|
|
31
31
|
|
|
32
32
|
## Methods
|
|
33
33
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[src/Middleware.ts:25](https://github.com/breautek/storm/blob/
|
|
51
|
+
[src/Middleware.ts:25](https://github.com/breautek/storm/blob/306a47f/src/Middleware.ts#L25)
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
@@ -69,4 +69,4 @@ ___
|
|
|
69
69
|
|
|
70
70
|
#### Defined in
|
|
71
71
|
|
|
72
|
-
[src/Middleware.ts:27](https://github.com/breautek/storm/blob/
|
|
72
|
+
[src/Middleware.ts:27](https://github.com/breautek/storm/blob/306a47f/src/Middleware.ts#L27)
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/MissingConfigError.ts:27](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/MissingConfigError.ts:27](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L27)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -162,7 +162,7 @@ node_modules/@types/node/ts4.8/globals.d.ts:13
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/MissingConfigError.ts:37](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/MissingConfigError.ts:37](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L37)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L76)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -198,7 +198,7 @@ ___
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[src/MissingConfigError.ts:45](https://github.com/breautek/storm/blob/
|
|
201
|
+
[src/MissingConfigError.ts:45](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L45)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[src/MissingConfigError.ts:41](https://github.com/breautek/storm/blob/
|
|
219
|
+
[src/MissingConfigError.ts:41](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L41)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -234,7 +234,7 @@ ___
|
|
|
234
234
|
|
|
235
235
|
#### Defined in
|
|
236
236
|
|
|
237
|
-
[src/MissingConfigError.ts:49](https://github.com/breautek/storm/blob/
|
|
237
|
+
[src/MissingConfigError.ts:49](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L49)
|
|
238
238
|
|
|
239
239
|
___
|
|
240
240
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/MissingConfigError.ts:53](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/MissingConfigError.ts:53](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L53)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -270,7 +270,7 @@ ___
|
|
|
270
270
|
|
|
271
271
|
#### Defined in
|
|
272
272
|
|
|
273
|
-
[src/MissingConfigError.ts:33](https://github.com/breautek/storm/blob/
|
|
273
|
+
[src/MissingConfigError.ts:33](https://github.com/breautek/storm/blob/306a47f/src/MissingConfigError.ts#L33)
|
|
274
274
|
|
|
275
275
|
___
|
|
276
276
|
|
|
@@ -291,7 +291,7 @@ They are kept secret from the client.
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L68)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,7 +311,7 @@ Sends details to the client.
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/306a47f/src/StormError.ts#L60)
|
|
315
315
|
|
|
316
316
|
___
|
|
317
317
|
|