We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51fc65 commit 71526e3Copy full SHA for 71526e3
1 file changed
tests/pg-promise/index.test.mjs
@@ -5,7 +5,7 @@ import { SparseVector } from 'pgvector';
5
test('example', async () => {
6
const initOptions = {
7
async connect(e) {
8
- await pgvector.registerType(e.client);
+ await pgvector.registerTypes(e.client);
9
}
10
};
11
const pgp = pgpromise(initOptions);
0 commit comments