Skip to content

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

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

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

Activity

naecoo

naecoo commented on Jun 16, 2019

@naecoo

webSQL已经废弃了

mengsixing

mengsixing commented on Jun 16, 2019

@mengsixing

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

smile-2008

smile-2008 commented on Dec 28, 2020

@smile-2008

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@haizhilin2013@mengsixing@naecoo

        Issue actions

          [html] 第61天 有用过HTML5的webSQL和IndexedDB吗?说说你对它们的理解 · Issue #254 · haizlin/fe-interview