oobium_datastore 1.1.1 copy "oobium_datastore: ^1.1.1" to clipboard
oobium_datastore: ^1.1.1 copied to clipboard

Persistent DataStore for Dart applications.

1.1.1 #

  • added custom trigger support

1.1.0 #

  • BREAKING: rename
  • BREAKING: rename model fields from
  • add model id getters (

1.0.0 #

  • BREAKING: rest adapters passed generated ModelContext, removed readers/writers
  • ModelCollection knows its type, returns itself during stream()
  • implement updateId / lastModifiedAt
  • implement comparable and prevent updates of comparable values (a.compareTo(b) == 0)
  • import/export
  • implement build-time variables in the schema

1.0.0-dev.6 #

  • BREAKING: rewrite, a schema based state management solution

1.0.0-dev.5 #

  • add errors.dart

1.0.0-dev.4 #

  • allow adding models created with external ids to the system
  • handle putting models with unlimited depth of child models
  • expose reset method to generated datastore
  • remove experimental isolate functionality
  • added DataStoreObserver

1.0.0-dev.3 #

  • generator updates only (see oobium_datastore_gen)

1.0.0-dev.2 #

  • add model.deleted method and private constructor
  • convert getAll to return a List
  • make DataModel abstract
  • updated deleted functionality and make .deleted() method abstract

1.0.0-dev.1 #

  • Initial Open Source release.
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Persistent DataStore for Dart applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, objectid, oobium_logging, web_socket_channel, xstring

More

Packages that depend on oobium_datastore