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.

Oobium DataStore #

pub package

Data for Dart...

Usage #

To use this plugin, add oobium_datastore as a dependency in your pubspec.yaml file. To use the code generation features, add oobium_datastore_gen as a dev dependency in your pubspec.yaml file.

Example #

Create a schema, generate your datastore and models #

main.schema:

Author
  name String

Book
  title String
  author Author
# dart
> dart run build_runner build

# flutter
> flutter pub run build_runner build
import 'package:oobium_datastore/oobium_datastore.dart';

void main() {
  // TODO
}
0
likes
90
pub points
2%
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