←back to thread

75 points markusw | 1 comments | | HN request time: 0.001s | source
Show context
emschwartz ◴[] No.45334021[source]
I think this is a neat direction to explore. I've wondered in the past whether you could use https://pglite.dev/ as if it were SQLite.
replies(4): >>45335242 #>>45335249 #>>45336800 #>>45342100 #
1. tensor ◴[] No.45335249[source]
Someone is working on a libpglite based around pglite. I think this is what will provide an actual sqlite alternative:

https://github.com/electric-sql/pglite-bindings

It would still be missing the standardized disk format aspect of sqlite, but otherwise will be neat.