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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments