Show HN: PLJS – JavaScript for Postgres
By
jerrysievert
PLJS is a new, modern JavaScript trusted language extension, bundling QuickJS, a small and fast JavaScript runtime with Postgres, providing fast type conversion between Postgres and JavaScript, fast execution, and a very light footprint.
Here are bencharks that show how it compares to PLV8: https://github.com/plv8/pljs/blob/main/docs/BENCHMARKS.md
This is the first step toward a truly light-weight, fast, and extensible JavaScript runtime embedded inside of Postgres. The initial roadmap has been published at https://github.com/plv8/pljs/blob/main/docs/ROADMAP.md
You can join the discussion by joining the PLV8 Discord: https://discord.gg/XYGSCfVNBC
You can find PLJS at https://github.com/plv8/pljs
Comments URL: https://news.ycombinator.com/item?id=44381091
Points: 5
# Comments: 2
You might also wanna read
HMPL.js: Lightweight JavaScript Template Language for Server-Driven Web Development
HMPL.js is a lightweight JavaScript template language designed for server-driven web development. It features block-based syntax, customizab
Simpl: A Lightweight Postgres Database Browser for Developers and Small Teams
Simpl is a Postgres database browser designed as a lightweight alternative to complex enterprise tools. It allows developers to paste a conn
Bun: A New JavaScript Runtime with Built-in Development Tools
Bun is a new JavaScript runtime that serves as an alternative to Node.js, featuring built-in tools including a native bundler, transpiler, t
jank compiler gains custom intermediate representation to boost performance
The article discusses jank, a Clojure dialect compiler, which now has a custom intermediate representation (IR) to optimize performance and
