-
Notifications
You must be signed in to change notification settings - Fork 342
Allow extensions to be loaded in pglite-socket #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🚀 Deployed on https://69661c9d72bd54a11f746ba3--pglite.netlify.app |
samwillis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it, we should add tests to validate that it works.
we could also enable a syntax like this to allow loading extensions from any installed npm package:
--extensions=@org-namepackage-name/path:exportedExtension
…nstalled npm package
|
Added tests.
Good idea! Added and tested. |
With new cmd line parameter to list extensions that should be loaded.