Settings

Theme

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

4 points by mmohebbi 10 years ago · 2 comments · 1 min read


There are a ton of options out there, from CoreData to SQLite to Yap, but it's hard to see what'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).

We use (and pay for) Parse at the moment but it's really slow for us despite the very little amount of data we send to them and caching locally is a big pain.

mmohebbiOP 10 years ago

Quip uses LevelDB/Protocol buffers with a custom C++ syncer which syncs to a Python/MySQL webserver:

https://medium.com/@btaylor/react-with-c-building-the-quip-m...

mmohebbiOP 10 years ago

Watchville uses Yap: https://medium.com/the-way-north/ditching-core-data-865c1bb5...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection