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

An how to use wild card query on TAFFY()

有帮助吗?

解决方案

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

var contact = TAFFY();
contact.store("contact");
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top