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

discontinued
outdated

Persistent DataStore for Dart applications.

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
0
pub points
0%
popularity

Publisher

unverified uploader

Persistent DataStore for Dart applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, objectid, oobium_logging, web_socket_channel, xstring

More

Packages that depend on oobium_datastore