Open flamingtop opened 8 years ago
You need to call backend.commit()
to persist the changes to disk:
http://blitzdb.readthedocs.io/en/latest/backends/file.html#blitzdb.backends.file.Backend.commit
Alternatively, you can set autocommit=True
when creating the backend:
backend.autocommit = True
python 2.7.6 & 3.5.32 blitzdb 0.2.12
console commands
no errors.
But the object file isn't saved at all.