# indexDB-demo **Repository Path**: bluelightsky/indexedBD ## Basic Information - **Project Name**: indexDB-demo - **Description**: 如何使用indexedDB这个数据库?多种场景应有尽有,如何封装一个小型的indexDB的工具类 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-03-12 - **Last Updated**: 2024-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用indexedDB的正确打开方式和适应多种场景 ### 1.同一个页面使用一张表 ### 2.同一个页面使用同一个数据库多张表 ### 3.同一个页面使用不同数据库不同表 ### 4.页面初始化就立刻开始进行表操作 文章链接:https://juejin.cn/post/7210786286570422329/