Question

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

An how to use wild card query on TAFFY()

Était-ce utile?

La solution

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

var contact = TAFFY();
contact.store("contact");
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top