Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Dec 16, 2024
1 parent 78c4e86 commit 729ed6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@ pnpm changeset
```
And follow the instructions to create an appropriate changeset. Please ensure any contributions that touch code are accompanied by a changeset.

### Building all with Docker

You can also build the PGlite from scratch by just issuing a docker build command:

`$ docker build -f buildall.dockerfile -t pglitedocker .`

This will build an image containing both the wasm and typescript parts of pglite.

You can then use this image, for example, to run the tests:

`$ docker run pglitedocker bash -c "cd /workspace/packages/pglite && pnpm test"`

## Acknowledgments

PGlite builds on the work of [Stas Kelvich](https://github.com/kelvich) of [Neon](https://neon.tech) in this [Postgres fork](https://github.com/electric-sql/postgres-wasm).
Expand Down

0 comments on commit 729ed6e

Please sign in to comment.