You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn more about TouchDB, the underlying implementation of this module, see the TouchDB-iOS Wiki. See the Building page for information on how to build the module from source.
Usage
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();