Name ==== KiokuJS.Backend.CouchDB - Some clever yet compact description SYNOPSIS ======== // declaring our class Class('KiokuJS.Backend.CouchDB', { }) // then instantiating it var instance = new KiokuJS.Backend.CouchDB({ }) // and doing something totally awesome with it :D instance.method(param1, param2) DESCRIPTION =========== `KiokuJS.Backend.CouchDB` is a stub for Joose-orientied JSAN modules. ISA === None. DOES ==== None. TRAITS ====== None. ATTRIBUTES ========== ### attributeName > `AttributeType attributeName` > Attribute description METHODS ======= ### methodName > `method signature` > Method description EXAMPLES ======== Our class can be used like this: // then instantiating it var instance = new KiokuJS.Backend.CouchDB({ }) and like that: // then instantiating it var instance = new KiokuJS.Backend.CouchDB({ }) GETTING HELP ============ This extension is supported via github issues tracker: For general Joose questions you can also visit [#joose](http://webchat.freenode.net/?randomnick=1&channels=joose&prompt=1) on irc.freenode.org or the forum at: SEE ALSO ======== Web page of this module: General documentation for Joose: BUGS ==== All complex software has bugs lurking in it, and this module is no exception. Please report any bugs through the web interface at AUTHORS ======= Nickolay Platonov COPYRIGHT AND LICENSE ===================== This software is Copyright (c) 2010 by Nickolay Platonov . This is free software, licensed under: The GNU Lesser General Public License, Version 3, June 2007