agentejo / mongo-lite

Schemaless database on top of SQLite
160 stars 18 forks source link

Delete some fields of document #15

Closed Radigar closed 3 years ago

Radigar commented 7 years ago

First of all, sorry for my bad english (i'll try explain me) and thank you for this nice project, is very useful.

I'm trying delete some fields in a document, but when I execute "save" function with a new array including some fields erased and others added, the sql script only merge original json from DB with all new ones values added by me but no delete it.

How I could do this?

aheinze commented 7 years ago

Sorry, this is not possible right now