-
Notifications
You must be signed in to change notification settings - Fork 225
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
Postgres-pglite as submodule #461
base: main
Are you sure you want to change the base?
Conversation
Need to update the github actions. |
🚀 Deployed on https://6787dc1b2f6fc22a67eda700--pglite.netlify.app |
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.
This is great.
We still have the ./extra and ./patches dirs, should we move them too? Or we do that in another step.
@@ -12,7 +12,7 @@ | |||
"ci:publish": "pnpm changeset publish", | |||
"build:all": "pnpm wasm:build && pnpm ts:build", | |||
"ts:build": "pnpm -r --filter \"./packages/**\" build", | |||
"wasm:build": "bash ./cibuild/build-with-docker.sh" | |||
"wasm:build": "bash -c \"pushd postgres-pglite && ./pglite/cibuild/build-with-docker.sh && popd && cp -r postgres-pglite/pglite/dist ./packages/pglite/release \"" |
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.
This is good for now, but in a future tidy up we need to make this work cross platform (i.e. windows).
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.
Yes, this is very ugly but gets the job done!
Done, thanks! |
This PR moves the postgres-pglite dependency out of this repo and adds it as a submodule. The
postgres-pglite
repo contains Postgres with pglite changes needed for this to work.Tested with: