- Environment: (Node.js/browser/electron/etc..)
- Adapter: (IndexedDB/Localstorage/LevelDB/etc..)
- Stack: (Typescript, Babel, Angular, React, etc..)
const collection = await myDatabase.colleciton(/* ... */);
await collection.insert(/* ... */);
/* ... */