indexedDB 有以下特点: 1.indexedDB 是 WebSQL 数据库的取代品 2.indexedDB遵循同源协议(只能访问同域...
$ npm install ngx-indexed-db OR $ yarn add ngx-indexed-db Usage With Module Import theNgxIndexedDBModuleand initiate it: import{NgxIndexedDBModule}from'ngx-indexed-db';constdbConfig:DBConfig={name:'MyDb',version:1,objectStoresMeta:[{store:'people',storeConfig:{keyPath:'id',autoIncrement:tr...