0.7.0
- Add support for Windows
- Add
Database::set_write_strategy
which allows theWriteStrategy
of the database to be changed after creation - Make
Database::begin_write
block, instead of panic'ing, if there is another write already in progress - Add
Database::savepoint
andDatabase::restore_savepoint
which can be used to snapshot and rollback the database - Rename
DatabaseBuilder
toBuilder
- Performance optimizations for large databases