Skip to content

Commit 90765e5

Browse files
committed
Added support for Deno
1 parent 63dd861 commit 90765e5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
- run: bun install
2828
- run: bunx prisma migrate reset --force
2929
- run: bun run test
30+
31+
# Deno
32+
- uses: denoland/setup-deno@v1
33+
with:
34+
deno-version: v1.x
35+
- run: deno task test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgvector-node
22

3-
[pgvector](https://github.com/pgvector/pgvector) support for Node.js and Bun (and TypeScript)
3+
[pgvector](https://github.com/pgvector/pgvector) support for Node.js, Deno, and Bun (and TypeScript)
44

55
Supports [node-postgres](https://github.com/brianc/node-postgres), [Knex.js](https://github.com/knex/knex), [Objection.js](https://github.com/vincit/objection.js), [Kysely](https://github.com/kysely-org/kysely), [Sequelize](https://github.com/sequelize/sequelize), [pg-promise](https://github.com/vitaly-t/pg-promise), [Prisma](https://github.com/prisma/prisma), [Postgres.js](https://github.com/porsager/postgres), [Slonik](https://github.com/gajus/slonik), [TypeORM](https://github.com/typeorm/typeorm), [MikroORM](https://github.com/mikro-orm/mikro-orm), and [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pgvector",
33
"version": "0.2.0",
4-
"description": "pgvector support for Node.js and Bun (and TypeScript)",
4+
"description": "pgvector support for Node.js, Deno, and Bun (and TypeScript)",
55
"homepage": "https://github.com/pgvector/pgvector-node",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)