Questions tagged [couchdb-lite]

Couchdb-lite or Couchbase Lite is an ultra-lightweight, reliable, secure JSON database built for online/offline mobile application needs.

Couchdb-lite or Couchbase Lite is an ultra-lightweight, reliable, secure JSON database built for online/offline mobile application needs. It is a noSQL database.

Some advertised features are (more detailed information can be found here):

  • JSON Anywhere: Use a flexible data model designed for mobile object-oriented apps. Adapt to your application needs with immediacy and little impact;
  • Easy Sync: Get sync-ready in less than a few lines of code. Focus on application development, not syncing;
  • Native APIs: Manage your mobile database using APIs optimized specifically for iOS and Android.
  • REST APIs: REST APIs provide an alternative access method based on your development needs.
1 questions
0
votes
1 answer

How do I update inline views in Couchdb lite

I'm using the CouchDbRepositorySupport class available in the ektorp library. According to their documentation I should be able to set a system property that will automatically generate my inline views which I'm doing…
Akeem
  • 7,897
  • 5
  • 32
  • 41