TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PGlite – Postgres in WASM

116 点作者 samuba大约 1 年前

8 条评论

nalgeon大约 1 年前
Fitting PostgreSQL into a 12MB binary with a simple API is amazing!<p>I was so excited to try it out it that I just released an in-browser PostgreSQL playground on top of PGlite.<p>It&#x27;s also open source and easy to integrate:<p><a href="https:&#x2F;&#x2F;codapi.org&#x2F;postgres-pglite" rel="nofollow">https:&#x2F;&#x2F;codapi.org&#x2F;postgres-pglite</a>
评论 #39481458 未加载
tyrauber大约 1 年前
This is awesome. Are extensions like PostGIS supported? I wish react-native natively supported WASM. It would be cool to run this client-side instead of sqlite.
评论 #39485043 未加载
philippemnoel大约 1 年前
This is super cool. Postgres is slowly overlapping on every part of the data stack, even SQLite isn&#x27;t safe!
dang大约 1 年前
Related (but different):<p><i>Postgres WASM</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33067962">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33067962</a> - Oct 2022 (185 comments)
ejb999大约 1 年前
Interesting that it could be done at all - but having a hard time coming up with any real world use cases for this. Are there any?
评论 #39482357 未加载
评论 #39482467 未加载
评论 #39489317 未加载
评论 #39481873 未加载
andrenotgiant大约 1 年前
How is this different than the one done by CrunchyData here <a href="https:&#x2F;&#x2F;www.crunchydata.com&#x2F;blog&#x2F;crazy-idea-to-postgres-in-the-web-browser" rel="nofollow">https:&#x2F;&#x2F;www.crunchydata.com&#x2F;blog&#x2F;crazy-idea-to-postgres-in-t...</a>
评论 #39480603 未加载
erichocean大约 1 年前
This seems possible due to the separation of Postgres storage and compute work done by Neon?
评论 #39483717 未加载
评论 #39480613 未加载
milesokeefe大约 1 年前
This is amazing! I’ve been wanting this to exist for years for use in unit tests. This made my day (and maybe upcoming work week)