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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What database do you use for your iPhone app?

4 点作者 mmohebbi将近 10 年前
There are a ton of options out there, from CoreData to SQLite to Yap, but it&#x27;s hard to see what&#x27;s commonly used these days for good iPhone apps. Bonus if the database supports syncing to a server we control (not iCloud) and has good bindings in other languages (like JS or Android).<p>We use (and pay for) Parse at the moment but it&#x27;s really slow for us despite the very little amount of data we send to them and caching locally is a big pain.

2 条评论

mmohebbi将近 10 年前
Quip uses LevelDB&#x2F;Protocol buffers with a custom C++ syncer which syncs to a Python&#x2F;MySQL webserver:<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@btaylor&#x2F;react-with-c-building-the-quip-mac-and-windows-apps-c63155c1531b" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@btaylor&#x2F;react-with-c-building-the-quip-m...</a>
mmohebbi将近 10 年前
Watchville uses Yap: <a href="https:&#x2F;&#x2F;medium.com&#x2F;the-way-north&#x2F;ditching-core-data-865c1bb5564c" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;the-way-north&#x2F;ditching-core-data-865c1bb5...</a>