## Top-level API

In addition to methods provided by Dexie itself, Mongoify provides following methods:

#### `db.collection(collectionName)`

Alias to `db.table(collectionName)` to match MongoDB API
