postgres
postgres copied to clipboard
PostgreSQL driver for Deno
There should be a way to disable these notices:  Because not everyone wants it in their applications.
Deno only really supports the verify-full mode for connections, so it's deceiving to allow people to pass these modes in the connection string Leaving as an issue in case Deno...
Use the following code to test, there is a certain probability of problems. (使用以下代码测试, 有一定概率出现问题) ```ts import * as postgres from 'https://deno.land/x/[email protected]/mod.ts'; const pool2 = new postgres.Pool(databaseUrl, 2, true); Deno.test('pool-error',...
# API v1.0 - [ ] Use static async initializers instead of constructors + ready states - [ ] #446 - [x] #239 - [x] #450 ## Client derivates -...
Error: Unknown auth message code 1375731712 at Connection.handleAuth (connection.ts:216:15) at Connection.startup (connection.ts:170:16) at async Client.connect (client.ts:163:5) at async RegisteractModel.findfristpage (Registeract_test.ts:104:7) at async getFristpage (RegisterController_test.ts:19:19) at async dispatch (middleware.ts:39:7) at async...
My only concern with #308 is that the current testing workflow requires the contributors to manually run a script to generate the required certificates, instead of abstracting away that configuration...
It seems clear to me that the return types of many objects like point, timestamptz and bigint are not so clear for many people new to the library, so it's...