hive

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

APACHE-2.0 License

Stars
4K
Committers
58
hive - v4.0.0-dev.2 Latest Release

Published by simc about 1 year ago

New logo

hive - v4.0.0-dev.1

Published by simc about 1 year ago

Added convenience method to start and initialize Isolates.

hive - v4.0.0-dev.0

Published by simc about 1 year ago

Hive v4 🌼

hive - v3.0.0-dev

Published by themisir about 2 years ago

What's Changed

New Contributors

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

hive - v2.2.3

Published by themisir over 2 years ago

What's Changed

New Contributors

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

hive - v2.2.1

Published by themisir over 2 years ago

What's Changed

New Contributors

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

hive - v2.2.0 (retracted)

Published by themisir over 2 years ago

What's Changed

New Contributors

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

hive - v2.1.0

Published by themisir over 2 years ago

What's Changed

New Contributors

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

hive - v2.0.6

Published by themisir over 2 years ago

What's Changed

New Contributors

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

hive - v2.0.5

Published by themisir almost 3 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
hive - v2.0.4

Published by themisir over 3 years ago

Enhancements

  • Adds default value support to hive_generator generated class adapters
hive - v2.0.3

Published by themisir over 3 years ago

Fixes

  • Fix regression where lists are no longer growable - #631
hive - v2.0.0

Published by themisir over 3 years ago

Fixes

  • Stable null-safety version
hive - v1.6.0-nullsafety.0

Published by themisir over 3 years ago

Initial null safety release is finally here 🎉

Null safety supported packages:

  • hive
  • hive_generator
hive - v1.5.0-pre

Published by themisir about 4 years ago

Enhancements

  • Timezone support for DateTime - #419

Fixes

  • Browser support for BackendManager.boxExists(boxName, path) - #451
hive - v1.4.4

Published by themisir about 4 years ago

Fixes

  • Edge browser support - #357
hive - v1.4.3

Published by themisir about 4 years ago

Enhancements

  • Added Hive.ignoreTypeId(typeId) - #397

Fixes

  • open(Lazy)Box can potentially open a box twice - #345
  • Remove extra byte reservation in writeBoolLis - #398
hive -

Published by simc over 4 years ago

Other

  • Added docs to all public members
hive - v1.4.1

Published by simc over 4 years ago

Enhancements

  • Minor performance improvements

Fixes

  • When a database operation failed, subsequent operations would not be performed

Other

  • Fixed GitHub homepage path
hive - hive_generator v0.7.0+2

Published by simc over 4 years ago

  • Fixed Changelog
  • Fixed GitHub homepage path