TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: SupaScript: Postgres extension to dynamically import JavaScript libs

5 pointsby burggrafabout 4 years ago

1 comment

burggrafabout 4 years ago
PLV8 is cool, but I wanted to use require("module") and have all the nifty NodeJS stuff like require("http"). SupaScript is an attempt to emulate NodeJS inside Postgres, with dynamic module loading over the web, caching code in a table, and then caching that stored code in memory for later.