bigcargo 0.1.1+2 copy "bigcargo: ^0.1.1+2" to clipboard
bigcargo: ^0.1.1+2 copied to clipboard

outdatedDart 1 only

A nosql binder to cargo

BigCargo #

An abstraction implementation of Cargo on nosql databases

Simple usage #

For the moment we have only a MongoDB implementation. Please take a look at the test examples.

Or just look at this.

Cargo storage = new Cargo(MODE: CargoMode.MONGODB, conf: {"collection": "store", "address": "mongodb://127.0.0.1/test" });

storage.start().then((_) {
  storage.clear();
  storage["someValue"] = {"value": "go"};

  storage.getItem("someValue").then((value) {
    // do something with the retrieved value!
  });
});

Implementations #

We have implemenations for:

  • MongoDB
  • Redis

Contributing #

If you found a bug, just create a new issue or even better fork and issue a pull request with you fix.

Join our discussion group #

Google group

Social media #

Twitter

Follow us on twitter https://twitter.com/usethedartforce

Google+

Follow us on google+

or join our G+ Community

0
likes
0
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A nosql binder to cargo

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cargo, logging, mongo_dart, redis_client

More

Packages that depend on bigcargo