Skip to content

Commit d46811c

Browse files
committed
docs: update package repo links
1 parent 44f7cc9 commit d46811c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,16 +366,16 @@ We've created a few langague specific packages to help you interact with the pay
366366

367367
| Language | ORM | Example | Package |
368368
| ---------- | ----------- | ----------------------------------------------------------------- | ---------------------------------------------------------------- |
369-
| Go | Xorm | [Go/Xorm examples](./examples/go/xorm/README.md) | [goeql](https://github.com/cipherstash/goeql) |
370-
| Typescript | Drizzle | [Drizzle examples](./examples/javascript/apps/drizzle/README.md) | [cipherstash/eql](./examples/javascript/packages/eql/README.md) |
371-
| Typescript | Prisma | [Drizzle examples](./examples/javascript/apps/prisma/README.md) | [cipherstash/eql](./examples/javascript/packages/eql/README.md) |
372-
| Python | SQL Alchemy | [Python examples](./examples/python/jupyter_notebook/README.md) | |
369+
| Go | Xorm | [Go/Xorm examples](./examples/go/xorm/README.md) | [goeql](https://github.com/cipherstash/goeql) |
370+
| Typescript | Drizzle | [Drizzle examples](./examples/javascript/apps/drizzle/README.md) | [jseql](https://github.com/cipherstash/jseql) |
371+
| Typescript | Prisma | [Drizzle examples](./examples/javascript/apps/prisma/README.md) | [jseql](https://github.com/cipherstash/jseql) |
372+
| Python | SQL Alchemy | [Python examples](./examples/python/jupyter_notebook/README.md) | [eqlpy](https://github.com/cipherstash/eqlpy) |
373373

374374
### Language specific packages
375375

376376
- [Go](https://github.com/cipherstash/goeql)
377-
- [Javascript](examples/javascript/packages/eql/README.md)
378-
- Python (coming soon)
377+
- [JavaScript/TypeScript](https://github.com/cipherstash/jseql)
378+
- [Python](https://github.com/cipherstash/eqlpy)
379379

380380
## Releasing
381381

playground/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
container_name: eql-playground-pg
44
build:
55
context: ./db
6-
command: ["postgres", "-c", "log_statement=all"]
6+
command: [ "postgres", "-c", "log_statement=all" ]
77
environment:
88
POSTGRES_USER: postgres
99
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)