openmct/platform/persistence
Victor Woeltjen a6fc9badfe [Persistence] Hide dangling underscores
Hide dangling underscores; JSLint considers these a problem
and the command line build fails as a consequence when they
are present directly in the code, but CouchDB provides these
so we cannot avoid them entirely. So, hide them behind
variables and use []-style lookup.

Concludes transition work for the CouchDB persistence adapter,
WTD-537.
2014-12-03 08:59:40 -08:00
..
src [Persistence] Hide dangling underscores 2014-12-03 08:59:40 -08:00
test [Persistence] Hide dangling underscores 2014-12-03 08:59:40 -08:00
bundle.json [Persistence] Initial import of CouchDB adapter 2014-12-02 17:08:58 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This bundle implements a connection to an external CouchDB persistence store in Open MCT Web.