issues
.How does updating an object work?
I managed to get Mongomantic working and I can get objects from the database and also save new objects to the database. But how does updating and deleting work?
if i do this:
u= UserRepository.get(username="aaa")
u.username = str(random.randint(0,10000))
UserRepository.save(u)
I'd expect it to update the existing user in the database, but this generates a new document with the new values.
As there doesn't seem to be any documentation on updating and deleting for now: What am I doing wrong here? How does updating and deleting work?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too