-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
✨ feature requestNew feature or requestNew feature or request📅 approvedNew feature approved and scheduledNew feature approved and scheduled
Description
usage:
const plan = await entityManager.planIndexes({ ...typed indexes definition... })
console.table(plan)
const applied = await entityManager.applyIndexes(plan)
console.table(applied)exposed types:
const Indexes = EntityManagerTypes<...>['indexes']
const allIndexes: Required<Indexes> = { ... definition of indexes for each collection ... }
await entityManager.applyIndexes(allIndexes)drivers:
- MongoDB support
- Knex support
Metadata
Metadata
Assignees
Labels
✨ feature requestNew feature or requestNew feature or request📅 approvedNew feature approved and scheduledNew feature approved and scheduled