Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第61天 有用过HTML5的webSQL和IndexedDB吗?说说你对它们的理解 #254

Open
haizhilin2013 opened this issue Jun 15, 2019 · 3 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第61天 有用过HTML5的webSQL和IndexedDB吗?说说你对它们的理解

@haizhilin2013 haizhilin2013 added the html html label Jun 15, 2019
@naecoo
Copy link

naecoo commented Jun 16, 2019

webSQL已经废弃了

@mengsixing
Copy link

webSQL 和 IndexedDB 都是一种客户端的数据存储方案,webSQL已经废弃。IndexedDB 的特点是:存储空间大,使用异步存储数据模式,存放键值对型数据,支持数据库事务等,同时还可以存储多种类型数据,包括 js 对象类型。可以用在前端缓存大量数据。

@MrZ2019
Copy link

MrZ2019 commented Dec 28, 2020

webSQL 和 IndexedDB 都是一种客户端的数据存储方案,webSQL已经废弃。IndexedDB 的特点是:存储空间大,使用异步存储数据模式,存放键值对型数据,支持数据库事务等,同时还可以存储多种类型数据,包括 js 对象类型。可以用在前端缓存大量数据。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

4 participants