Skip to content

Commit

Permalink
Added support for Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 13, 2024
1 parent 63dd861 commit 90765e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
- run: bun install
- run: bunx prisma migrate reset --force
- run: bun run test

# Deno
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno task test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgvector-node

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

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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pgvector",
"version": "0.2.0",
"description": "pgvector support for Node.js and Bun (and TypeScript)",
"description": "pgvector support for Node.js, Deno, and Bun (and TypeScript)",
"homepage": "https://github.com/pgvector/pgvector-node",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 90765e5

Please sign in to comment.