We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To learn more about TouchDB, the underlying implementation of this module, see the TouchDB-iOS Wiki.
Here's how to load up the module and get a database object:
var TiTouchDB = require('com.obscure.TiTouchDB'); var db = TiTouchDB.databaseNamed('books'); db.ensureCreated();
See the API documentation and TouchBooks sample for more information.