Releases: capossele/badger
Releases · capossele/badger
v1.5.6
v1.5.5
Expose Sync method in DB Currently syncing of DB data to disk is controlled by syncWrites flag present in options. If syncWrites is true value log file will be synced to disk for every write. If this flag is false, value log file will be synced only at file rotation. Sync method provides ability to sync data whenever required.