Skip to content

Kordam/FileTeCouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.dartlang.org/doc/pubspec.html#dependencies).

##Usage

cf. examples/

##TODO

  • Implement Spatial views
  • Write a better README ;-)

About

Library based on CouchClient, the Rikulo Couchbase driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages