samuk190 / localbase

A Firebase-Style Database ... Offline!
649 stars 83 forks source link

Feature Request: Upsert #10

Open theredwillow opened 3 years ago

theredwillow commented 3 years ago

There should be a function for adding a new entry if it doesn't exist or setting the current entry with what you provide if it doesn't already exist.

AlexeiLevinzon commented 3 years ago

Indeed like INSERT UPDATE on MySQL

samuk190 commented 3 months ago

Can be done, but this is only to optimize time of developer i think