electric-sql / pglite

Lightweight WASM Postgres with real-time, reactive bindings.
https://pglite.dev
Apache License 2.0
8.36k stars 165 forks source link

License #14

Closed fakerybakery closed 7 months ago

fakerybakery commented 7 months ago

Hello, thank you for releasing this. Would you mind adding a license? Thank you!

kevlened commented 7 months ago

The package.json indicates it’s under Apache 2.0

https://github.com/electric-sql/pglite/blob/main/packages/pglite/package.json#L11

fakerybakery commented 7 months ago

Ah, thanks! Would be nice to have it specified so it's indicated on GitHub cc: @alco

thruflo commented 7 months ago

Electric code is all Apache 2. The underlying Postgres-WASM is under the Postgres license. So our plan here is to license pglite under both. So Apache 2 as default but also Postgres license if useful.

thruflo commented 7 months ago

And yup, we’ll set that up clearly in the repo.

fakerybakery commented 7 months ago

Thanks!