Hivedb Hive Versions Save

Lightweight and blazing fast key-value database written in pure Dart.

4.0.0-dev.2

8 months ago

New logo

4.0.0-dev.1

8 months ago

Added convenience method to start and initialize Isolates.

4.0.0-dev.0

8 months ago

Hive v4 🌼

v3.0.0-dev

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.2.3...v3.0.0-dev

v2.2.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.2.2...v2.2.3

v2.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.2.0...v2.2.1

v2.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.1.0...v2.2.0

v2.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.0.6...v2.1.0

v2.0.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hivedb/hive/compare/v2.0.5...v2.0.6

v2.0.5

2 years ago

Enhancements

  • Get IndexedDB selectively based on window property - #802
  • Added path parameter to boxExists and deleteBoxFromDisk methods - #776
  • Added flush method to boxes - #852

Fixes

  • Don't loose track of box objects if init crashes - #846