Skip to content

Eql install helpers#205

Merged
coderdan merged 3 commits intomainfrom
eql-install-helpers
Nov 8, 2025
Merged

Eql install helpers#205
coderdan merged 3 commits intomainfrom
eql-install-helpers

Conversation

@coderdan
Copy link
Copy Markdown
Contributor

@coderdan coderdan commented Nov 7, 2025

Changes to the schema package:

  • Include the EQL 2.1.8 in the dist so that schema types are locked to the correct version

Changes to drizzle package:

  • Adds a bin to generate drizzle migration to install EQL
  • Uses the EQL file provided by schema

Testing

To test locally:

cd packages/schema
pnpm i
pnpm build
pnpm pack
cd packages/drizzle
pnpm i
pnpm build
pnpm pack
cd ../../examples/drizzle/
pnpm install ../../packages/drizzle/cipherstash-schema-1.1.0.tgz
pnpm install ../../packages/drizzle/cipherstash-drizzle-0.2.0.tgz
pnpm exec generate-eql-migration --help
pnpm exec generate-eql-migration

Copy link
Copy Markdown
Contributor

@calvinbrewer calvinbrewer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@coderdan coderdan merged commit 298f130 into main Nov 8, 2025
1 check passed
@coderdan coderdan deleted the eql-install-helpers branch November 8, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants