UNPKG
postgrejs
Version:
latest (2.22.7)
2.22.7
2.22.6
2.22.5
2.22.4
2.22.3
2.22.2
2.22.1
2.22.0
2.21.1
2.21.0
2.20.0
2.19.0
2.18.1
2.18.0
2.17.1
2.17.0
2.16.0
2.15.4
2.15.2
2.15.1
2.15.0
2.12.0
Professional PostgreSQL client NodeJS
postgrejs.panates.com
panates/postgrejs
postgrejs
/
types
/
interfaces
/
data-mapping-options.d.ts
10 lines
(9 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
OID
}
from
'../types.js'
;
export
interface
DataMappingOptions
{
/** * If true UTC time will be used for date decoding, else system time offset will be used *
@default
false
*/
utcDates
?:
boolean
;
fetchAsString
?:
OID
[]; }