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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

WatermelonDB, a database for React and React Native apps

118 点作者 jinqueeny超过 6 年前

12 条评论

bufferoverflow超过 6 年前
Why not use SQLite directly instead of this extra layer?
评论 #17958822 未加载
评论 #17958610 未加载
评论 #17958587 未加载
评论 #17958970 未加载
victorbojica超过 6 年前
Isn't 10,000's of records a bit to low for a database ?
评论 #17959186 未加载
pmiri超过 6 年前
This looks really good, actually. Having used SQLite, I waited a long time for a good, functional, easily-debuggable DB for React Native.<p>Realm didn&#x27;t cut it on the debugging part.
评论 #17960360 未加载
barrystaes超过 6 年前
When SQLite is not available in the browser, can it fallback to using use an Adapter which just implements a (low performance) DB in memory or storage?<p>edit: link to Adapter docs <a href="https:&#x2F;&#x2F;github.com&#x2F;Nozbe&#x2F;WatermelonDB&#x2F;blob&#x2F;master&#x2F;docs&#x2F;Implementation&#x2F;Adapters.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Nozbe&#x2F;WatermelonDB&#x2F;blob&#x2F;master&#x2F;docs&#x2F;Imple...</a>
评论 #17959181 未加载
kgraves超过 6 年前
How does WatermelonDB compare to Realm?
评论 #17958929 未加载
pvinis超过 6 年前
Would this work as a kind of &#x27;rxjs-persist&#x27;, similar to &#x27;redux-persist&#x27;?
lux超过 6 年前
Looks like an awesome abstraction layer!<p>I&#x27;m curious how this would handle syncing like Gun (<a href="https:&#x2F;&#x2F;gun.eco&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gun.eco&#x2F;</a>), and an example of how it might work with Vue.
评论 #17960991 未加载
GutenYe超过 6 年前
Looks like it&#x27;s just an ORM for SQLite. Isn&#x27;t SQLite too large to be included in the web?
评论 #17958835 未加载
评论 #17958829 未加载
pcmaffey超过 6 年前
Great work, reminds me of minimongo. Any plans to make it easier to sync with a server db?
评论 #17960347 未加载
wasd超过 6 年前
Would it be possible to write an adapter to use this with postgresql on the web?
评论 #17961287 未加载
nad7vx超过 6 年前
can I use this in conjunction with graphQL and middleware such as apollo client? so essentially, use the middleware to query my DB and use watermelon for local storage?
评论 #17963584 未加载
thomasfedb超过 6 年前
The killer feature, quite understandably absent, is sync.
评论 #17960842 未加载