postgres
postgres copied to clipboard
PostgreSQL driver for Deno
**Is your feature request related to a problem? Please describe.** Currently, `float4` is being parsed as number, but `float8` is returned as string. https://github.com/denodrivers/postgres/blob/main/query/decode.ts#L72 Based on node-pg-types, it seems that...
**Describe the bug** The date between January 1 and midnight GMT is different for one year. Environment is deno v2.1.4, windows 10, postgresql 16. My time zone is Asia/Tokyo (...
**Is your feature request related to a problem? Please describe.** When connecting to a remote database that is not exposed to the internet using SSH tunnels, the self-signed CA will...