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.
我正在使用 Angular js 和 Taffy DB 构建一个应用程序。
1.数据将存储在哪里?在浏览器中?
2.如何查看存储的数据?
3.如何选择存储的数据?
请指教
不,数据存储在 TAFFY 对象中,就像代码中的数组变量一样。
db().get(); - 返回包含所有存储数据的数组
db({column:value}).get(); - 就像 select * from table where column = value
Taffy 不会自动触发 Angular 范围更新,您需要手动进行。
更多信息:http ://www.taffydb.com/writingqueries