ts-postgres
Advanced tools
Changelog
v1.0.1 (2019-01-13)
Parse JSON data only on non-null value.
Fixed an issue where getting a column would result in an infinite loop.
Fixed an issue with Result.one()
and Result.first()
methods
where a rejection would be uncaught.