Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TAFFY() を使用してローカルにデータベースを保存することは可能ですか?
TAFFY() でワイルド カード クエリを使用する方法
db.store() を使用してローカルに保存します。例えば:
var contact = TAFFY(); contact.store("contact");