There was an error while loading. Please reload this page.
1 parent d6be503 commit bb48462Copy full SHA for bb48462
typings/mysql/lib/Connection.d.ts
@@ -11,6 +11,12 @@ import {EventEmitter} from 'events';
11
declare namespace Connection {
12
13
export interface ConnectionOptions {
14
+
15
+ /**
16
+ * DECIMAL and NEWDECIMAL types will be returned as numbers if this option is set to `true` ( default: `false`).
17
+ */
18
+ decimalNumbers?: boolean;
19
20
/**
21
* The MySQL user to authenticate as
22
*/
0 commit comments