Y
Hacker News
new
|
ask
|
show
|
jobs
by
samwillis
680 days ago
This is high on my list, I have a few ideas how to do it, one being a "PL/JS" extension that calls out to the host JS environment to run JS functions.
2 comments
AlexErrant
668 days ago
FYI Turso does it with WASM
https://turso.tech/blog/webassembly-functions-for-your-sqlit...
link
isoprophlex
680 days ago
I think PG is relatively ideal for that. In a classical data warehousing/ETL context, I've called python directly from inside PG, which has its quirks but is pretty doable, all in all...
https://www.postgresql.org/docs/current/plpython.html
link