UNPKG

generic-mongodb-services

Version:

Implements basic Crud services for a collection using the native mongodb server.

8 lines (6 loc) 189 B
const GenericCrudService = require("./GenericCrudService"), AuditedCrudService = require("./AuditedCrudService"); module.exports = { GenericCrudService, AuditedCrudService };