UNPKG

adonis-odm

Version:

A comprehensive MongoDB ODM for AdonisJS with Lucid-style API, type-safe relationships, embedded documents, and transaction support

5 lines (4 loc) 110 B
/** * AdonisJS MongoDB ODM Providers */ export { default as MongodbProvider } from './mongodb_provider.js';