Eric Hanson

Results 53 comments of Eric Hanson

Bump on this. I'm running into this against PostgreSQL 11. If only PostgreSQL 12 is supported, it would be nice to document that.

Pardon the basic question, but does plv8 issue database queries using the same role that called the function? Does it honor the SECURITY DEFINER directive? Having import just stay within...

Thinking about where to import from, how about framing it as: We want the ability to import Javascript code from any arbitrary SQL statement that returns text, something very roughly...

A different syntax idea could just be to have the filename parameter of `import` instead be an arbitrary SQL string, like: ```javascript import {foo, bar} from "select code from whatever.table...

@micburks Well, to be precise, and correct me if I'm wrong, but my understanding is that plv8 isn't compiled against a particular version of node, rather they're both compiled against...

Not sure I follow, what are underlying imports? Anything doing any importing in plv8 would need to use import statements that make sense in a database I presume. I could...

I'm running into needing this again, this time trying to do some headless chrome / puppeteer stuff from plv8. Talk about a perfect screen-scraping and automation foundation, plv8 + puppeteer...

Yeah true on the trusted lang. A plv8u would be fun. :-) That's weird. What do they hate about plv8?

Yeah, what would it take to do a plv8u?

Glad to see this feature getting some love. Thanks!