Skip to content
Notes
Main Navigation
前端
语言
浏览器
工程化
React
方向
PC 客户端
基础
算法
Menu
Return to top
On this page
IndexedDB
浏览器内置 “数据库”
支持多种 key 的类型
支持事务
支持范围查询、索引
允许存储更多的数据
通常用于离线应用
Dexie
IndexedDB 的包装库,语法更简洁、直观。