FileTeCouch 0.6.2 copy "FileTeCouch: ^0.6.2" to clipboard
FileTeCouch: ^0.6.2 copied to clipboard

A Couchbase Server client library, based on CouchClient (Rikulo team), written in Dart language, for the Kordam project.

#FileTeCouch

FileTeCouch is a client SDK, based on CouchClient and MemcachedClient, developed and maintain by Rikulo guys. It enables you to access to the Couchbase Server database using Dart Lang (developed by Google).

  • Developed for the Kordam project

FileTeCouch is distributed under the Apache 2.0 License.

##Install from Dart Pub Repository

Add this to your pubspec.yaml (or create it):

dependencies:
  FileTeCouch:

Then run the Pub Package Manager (comes with the Dart SDK):

pub install

##Install from Github for Bleeding Edge Stuff

To install stuff that is still in development, add this to your pubspec.yam:

dependencies:
  FileTeCouch:
    git: git://github.com/Kordam/FileTeCouch.git

For more information, please refer to [Pub: Dependencies] (http://pub.flutter-io.cn/doc/pubspec.html#dependencies).

##Usage

cf. examples/

##TODO

  • Implement Spatial views
  • Write a better README ;-)
0
likes
30
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

A Couchbase Server client library, based on CouchClient (Rikulo team), written in Dart language, for the Kordam project.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

Apache-2.0 (license)

Dependencies

couchclient, memcached_client, yaml

More

Packages that depend on FileTeCouch