Re: PostgreSQL 13: native JavaScript Procedural Language support ?

2020-03-25 Thread Marius Andreiana
Thanks Tom, that makes sense. Appreciate your time to explain the context. I'll followup with Heroku. Have a peaceful day, Marius On Wed, Mar 25, 2020 at 4:50 PM Tom Lane wrote: > Marius Andreiana writes: > > How about enabling users to do more advanced processing of JSON &

PostgreSQL 13: native JavaScript Procedural Language support ?

2020-03-24 Thread Marius Andreiana
Hi and hope this finds you well, PostgreSQL has state of the art JSON(B) data type and query support, and basic updates as well, eg jsonb_set(). How about enabling users to do more advanced processing of JSON data inside the database itself, using JavaScript? There's the PLV8 extension https://g