Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

add framework for multiple data driver support. #438

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add framework for multiple data driver support. #438

wants to merge 3 commits into from

Commits on Sep 13, 2015

  1. add framework for multiple data driver support.

     - adds new setting UNHANGOUT_DB_DRIVER, for specifying which database
       driver to use
     - adds a driver for couchdb
     - cleans up an error in variable handling during user deserialization
     - renames the google _json key, to be both more clear and compatible
       with couchdb driver
    thehunmonkgroup committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    30184de View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. mutex for update/delete functions in couchdb driver

    Helps to prevent document conflicts from async updates.
    thehunmonkgroup committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    0d20a1c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Configuration menu
    Copy the full SHA
    cb34279 View commit details
    Browse the repository at this point in the history