dexie/Dexie.js

Improve docs of DBCore

开放

#1,032 创建于 2020年5月4日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (625 个派生)batch import
doc improvementsgood first issue

仓库指标

星标
 (10,304 个星标)
PR 合并指标
 (平均合并 2天 5小时) (30 天内合并 3 个 PR)

描述

Need help providing more samples and better flow documentation of the DBCore interface and all its methods and related interfaces. For a skilled developer, it is possible to lab with DBCore even based on the minimal docs we have now, by looking at existing middlewares and create a custom middleware.

There is a skelleton of docs around the DBCore interface right now that is not very easy to follow. It would be a great help for others if someone had the time to provide more samples. My wish would be to provide the docs with some samples of middlewares and link to the samples from the docs of DBCore, Dexie.use() and DBCoreTable.

Related issue in dexiejs-web: https://github.com/dfahlander/dexie.js-web/issues/59

贡献者指南