iOS database app: collections database
apps.apple.com
iOS database app: collections database
1–6 of 6 posts
Re: iOS database app: collections database
#2[deleted]
Re: iOS database app: collections database
#3Very nice idea, and nicely implemented. One of those things that seems like it should already have existed, especially with how many headless CMSs there are out there, having a personal CMS of sorts just makes sense.
Re: iOS database app: collections database
#4I like it! I feel like it's exposing the underlying capabilities of CloudKit a lot more directly to users, which is cool.
If you're interested in reading about the kinds of technology that make things like this possible, the CloudKit paper is a really excellent read: http://www.vldb.org/pvldb/vol11/p540-shraer.pdf
Re: iOS database app: collections database
#5Excellent app! Used to create tables in the Notes app but this is way more useful. Will be upgrading shortly. Thank you!
Re: iOS database app: collections database
#6I like it! I feel like it's exposing the underlying capabilities of CloudKit a lot more directly to users, which is cool. If you're interested in reading about the kinds of technology that make things like this possible, the CloudKit paper is a really excellent read: http://www.vldb.org/pvldb/vol11/p540-shraer.pdf
What makes CloudKit easier to implement these features? Why not a local db like sqlite?