Daybed 2.0 - A Library for Apache CouchDB

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pink
Posts: 272
Joined: Wed Mar 12, 2014 6:18 pm

Daybed 2.0 - A Library for Apache CouchDB

Post by pink » Sat Aug 19, 2017 12:40 am

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)
Greg (pink) Miller

MadPink, LLC
I'm Mad, Pink and Dangerous to Know

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Daybed 2.0 - A Library for Apache CouchDB

Post by FourthWorld » Sat Aug 19, 2017 3:22 am

Super cool, Greg! Thanks for all your hard work on that. Looking forward to checking it out.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Databases”