PostgreSQL client for node.js.
-
Updated
Apr 1, 2022 - JavaScript
Add a description, image, and links to the node-postgres topic page so that developers can more easily learn about it.
To associate your repository with the node-postgres topic, visit your repo's landing page and select "manage topics."
To reproduce:
date
column (for example,"date_of_birth" date not null
)mikro-orm
and passing in"1983-09-12"
)Expected:
dateOfBirth: '1983-09-12'
as aString
Actual:
dateOfBirth: 1983-09-12T00:00:00.000Z
as aDate
When I follow these steps with an actual Postgres