Question

Is it possible to store database on local by using TAFFY()?

An how to use wild card query on TAFFY()

Was it helpful?

Solution

use db.store() to store in local. eg:

var contact = TAFFY();
contact.store("contact");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top