@@ -76,7 +76,7 @@ Don't forget to release the connection when finished by using:
76
76
77
77
:::
78
78
79
- ---
79
+ < hr />
80
80
81
81
## add(group, config)
82
82
@@ -152,7 +152,7 @@ Don't forget to release the connection when finished by using:
152
152
153
153
:::
154
154
155
- ---
155
+ < hr />
156
156
157
157
## add(group, config) — SHA1
158
158
@@ -225,7 +225,7 @@ Don't forget to release the connection when finished by using:
225
225
226
226
:::
227
227
228
- ---
228
+ < hr />
229
229
230
230
## add(group, config) — SSL
231
231
@@ -312,7 +312,7 @@ Don't forget to release the connection when finished by using:
312
312
313
313
:::
314
314
315
- ---
315
+ < hr />
316
316
317
317
## add(group, config) — RDS SSL
318
318
@@ -428,7 +428,7 @@ Don't forget to release the connection when finished by using:
428
428
- [ #2119 — fix: make startTls code compatible with Bun] ( https://github.com/sidorares/node-mysql2/pull/2119 )
429
429
- [ #2131 — Update Amazon RDS SSL CA cert] ( https://github.com/sidorares/node-mysql2/pull/2131 )
430
430
431
- ---
431
+ < hr />
432
432
433
433
## add(group, config) — Socks
434
434
@@ -512,22 +512,24 @@ poolNamespace.execute('SELECT SLEEP(1) AS `qqq`', (err, rows, fields) => {
512
512
513
513
:::
514
514
515
- ---
515
+ < hr />
516
516
517
517
## Glossary
518
518
519
519
### PoolOptions
520
520
521
- > ** PoolOptions** extends all options from ** ConnectionOptions** :
522
- >
523
- > <FAQ title = ' ConnectionOptions Specification' >
524
- > <ExternalCodeEmbed
525
- > language='ts'
526
- > url='https://raw.githubusercontent.com/sidorares/node-mysql2/master/typings/mysql/lib/Connection.d.ts '
527
- > extractMethod='ConnectionOptions'
528
- > methodType='interface'
529
- > />
530
- > </FAQ >
521
+ <blockquote >
522
+ ** PoolOptions** extends all options from ** ConnectionOptions** :
523
+
524
+ <FAQ title = ' ConnectionOptions Specification' >
525
+ <ExternalCodeEmbed
526
+ language = ' ts'
527
+ url = ' https://raw.githubusercontent.com/sidorares/node-mysql2/master/typings/mysql/lib/Connection.d.ts'
528
+ extractMethod = ' ConnectionOptions'
529
+ methodType = ' interface'
530
+ />
531
+ </FAQ >
532
+ </blockquote >
531
533
532
534
<FAQ title = ' PoolOptions Specification' >
533
535
<ExternalCodeEmbed
0 commit comments