Page 1 of 1

Daybed 2.0 - A Library for Apache CouchDB

Posted: Sat Aug 19, 2017 12:40 am
by pink
Apache has released CouchDB 2.1 and Daybed is still compatible.

The library is available at: https://github.com/madpink/couchdb4livecode

This has been a big week for me...
I had my talk about CouchDB for Livecode Global (that was fun)

I was interviewed for the CouchDB blog where I did my best to plug Livecode:
https://blog.couchdb.org/2017/08/15/a-c ... my-course/

I've created a coupon code for my CouchDB Udemy course for anyone interested:
https://www.udemy.com/understanding-cou ... e=LIVECODE

As of now the Daybed library includes:

1. The main functions for GET, PUT, POST and DELETE to CouchDB
2. "Quick functions" which save the basic info (URL, authentication, db name) and let you quickly access docs
3. Sync functions which save documents to a database created for the user and saves locally as a "save stack"

To-Do list:
-continue updating/adding to the quick functions
-add option to save to a per app database instead of per user (this will help make sync compatible with Cloudant)
-toying with other save options besides the stack (open to suggestions)

Re: Daybed 2.0 - A Library for Apache CouchDB

Posted: Sat Aug 19, 2017 3:22 am
by FourthWorld
Super cool, Greg! Thanks for all your hard work on that. Looking forward to checking it out.