JKHeadley/rest-hapi

add functionality of Upsert

Open

#64 geöffnet am 10. Okt. 2017

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.181 Stars) (156 Forks)batch import
enhancementhelp wanted

Beschreibung

Hi, Sometime we want to update the document if that is already inserted otherwise we will insert a new one for this like mongo give us Upsert:true option, so suppose i am using Rest-Hapi then how can i achieve the same thing via Rest-Hapi, i mean is there a way to do this.

Thanks

Contributor Guide