Heya! This book is currently only available in German. If you'd like to be notified about the upcoming English version, please subscribe here!

Code: listing-02.05.1

"_id": "_design/Beispiel",
"views": {
    "janzEinfach": {
        "map": "function (doc) {
            emit(doc._id, null);
        }"
    }
}

Wieder alle anzeigen…