Settings

Theme

Show HN: Vpg – Pglite for Native Code

github.com

1 points by adsharma a month ago · 0 comments · 1 min read

Reader

Previously I called pgembed, pglite for native code here: <https://news.ycombinator.com/item?id=47726489>.

However that's not true. pglite runs as a single process inside the browser leveraging postgres single user mode.

pgembed gives you the illusion of being an embedded database, but really its running a managed multi-process postgres behind the scenes.

vpg is trying to mimic what pglite does. It's mostly written in C with the top level glue code written in vlang and exposed via python using a custom bindgen implementation.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection