pljs
pljs copied to clipboard
PLJS - Javascript Language Plugin for PostreSQL
When running the tests of 0.8.0 (21f2297) built against QuickJS 2024-01-13 with PostgresSQL 16.2, the test 13 (`inline`) fails: ``` # using postmaster on Unix socket, default port ok 1...
Add these secrets to the project (or to the plv8 org settings): `PGXN_USERNAME` and `PGXN_PASSWORD`.
Builds and runs tests on Postgres 14 - 16. Couldn't get it to automatically init the submodule, so doing it manually. One test fails on my system; let's see if...
On this page: https://github.com/plv8/pljs Actual: ``` About PLJS - Javascript Language Plugin for PostreSQL ``` Expected: ``` About PLJS - Javascript Language Plugin for PostgreSQL ```
Hej Jerry It seems to be quite quiet around you. Hope you are doing fine. Can we expect any official release of pgjs any time soon? Cheers James
We've started to ship pljs with Postgres.app as an alternative to plv8. We're aware it's still work in progress, but we really want to give people an opportunity to try...
pljs finally got accepted into Debian main, exposing it to more architectures than on apt.postgresql.org. riscv64 is raising these bits: ``` **** regression.diffs **** diff -U3 /build/reproducible-path/pljs-1.0.3/expected/function.out /build/reproducible-path/pljs-1.0.3/results/function.out --- /build/reproducible-path/pljs-1.0.3/expected/function.out...
Is this library the official successor of v8? Supabase mentions that plv8 is deprecated and should not be used in pgv17 and above. https://supabase.com/docs/guides/database/extensions/plv8 > The plv8 extension is deprecated...