Pregunta

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

An how to use wild card query on TAFFY()

¿Fue útil?

Solución

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

var contact = TAFFY();
contact.store("contact");
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top