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:
datecolumn (for example,"date_of_birth" date not null)mikro-ormand passing in"1983-09-12")Expected:
dateOfBirth: '1983-09-12'as aStringActual:
dateOfBirth: 1983-09-12T00:00:00.000Zas aDateWhen I follow these steps with an actual Postgres