dexie/Dexie.js

Improve docs of DBCore

Open

#1,032 opened on May 4, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (625 forks)batch import
doc improvementsgood first issue

Repository metrics

Stars
 (10,304 stars)
PR merge metrics
 (Avg merge 2d 5h) (3 merged PRs in 30d)

Description

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

Contributor guide