Show HN: Vpg – Pglite for Native Code
Category: library
Tags: embedded-database, postgresql, vlang
Score: 6.5/10 (Innovation: 7, Technical: 8, Documentation: 5, Utility: 6)
vPG embeds PostgreSQL directly into a Vlang application as a single-process library, allowing SQL queries without external database processes. It achieves this by wrapping the PostgreSQL single-user mode initialization and replacing I/O with in-memory buffers, which is a novel combination of embedded database technology with the Vlang ecosystem.
Target audience: backend devs, data engineers
Repository: https://github.com/Ladybug-Memory/vpg · C · 1 stars
View on Hacker News