objectbox 0.4.0 copy "objectbox: ^0.4.0" to clipboard
objectbox: ^0.4.0 copied to clipboard

outdated

ObjectBox is a super-fast NoSQL ACID compliant object database.

0.4.0 (2019-10-31) #

  • Flutter Android support
  • Queries for all currently supported types
    (thanks Jasm Sison for #27 and #46]
  • More Box functions (count, isEmpty, contains, remove and their bulk variants) (thanks liquidiert for #42 and #45]
  • Explicit write transactions (thanks liquidiert for #50]
  • Resolved linter issues (thanks Gregory Sech for #31]
  • Updated to objectbox-c 0.7.2
  • First release on pub.dev

0.3.0 (2019-10-15) #

  • ID/UID generation and model persistence (objectbox-model.json)
  • CI tests using GitHub Actions
  • Code cleanup, refactoring and formatting (thanks Jasm Sison for #20 & #21]

0.2.0 (2019-09-11) ------------------Buggaboo

  • UTF-8 support for Store and Box (thanks to Jasm Sison for #14!)
  • Bulk put and get functions (getMany, getAll, putMany)
  • Updated to objectbox-c 0.7
  • Basic Store options
  • Minimal unit tests
  • Removed reflection code, switched to model code generation instead
  • Minimal Flutter Desktop example for Dart 2.5.0

0.1.0 (2019-09-03) #

  • Minimal Store setup
  • Minimal Box with put and get
1200
likes
0
pub points
97%
popularity

Publisher

verified publisherobjectbox.io

ObjectBox is a super-fast NoSQL ACID compliant object database.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, flat_buffers

More

Packages that depend on objectbox