Domanda

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

An how to use wild card query on TAFFY()

È stato utile?

Soluzione

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

var contact = TAFFY();
contact.store("contact");
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top