File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -366,16 +366,16 @@ We've created a few langague specific packages to help you interact with the pay
366
366
367
367
| Language | ORM | Example | Package |
368
368
| ---------- | ----------- | ----------------------------------------------------------------- | ---------------------------------------------------------------- |
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 ) |
373
373
374
374
### Language specific packages
375
375
376
376
- [ 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 )
379
379
380
380
## Releasing
381
381
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
container_name : eql-playground-pg
4
4
build :
5
5
context : ./db
6
- command : ["postgres", "-c", "log_statement=all"]
6
+ command : [ "postgres", "-c", "log_statement=all" ]
7
7
environment :
8
8
POSTGRES_USER : postgres
9
9
POSTGRES_PASSWORD : postgres
You can’t perform that action at this time.
0 commit comments