Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.46 KB

ISSUE_TEMPLATE.md

File metadata and controls

50 lines (40 loc) · 1.46 KB

Case

Issue

Info

  • RxDB Version:
  • Environment: (Node.js/browser/electron/etc..)
  • Adapter: (IndexedDB/Localstorage/LevelDB/etc..)
  • Stack: (Typescript, Babel, Angular, React, etc..)

Code

  await myDatabase.addCollections(/* ... */);
  await myDatabase.humans.insert(/* ... */);
  /* ... */