Show:
Extends DS.RESTAdapter
Module: Adapter

The DataAdapter allows your store to communicate with the couchdb or any proxy api which connects to couchdb. To use the adapter in your app, extend DataAdapter

    import DataAdapter from 'ember-cli-couchdb/adapters/data';
    
    export default DataAdapter.extend({  
    
    });

and customize the namespace to point to the database name or proxy api namespace where data to be stored.