https://github.com/ladjs/mongoose-model-agenda
Mongoose model for Agenda
https://github.com/ladjs/mongoose-model-agenda
agenda collection database definition document job model mongo mongoose record scheduler schema
Last synced: about 2 months ago
JSON representation
Mongoose model for Agenda
- Host: GitHub
- URL: https://github.com/ladjs/mongoose-model-agenda
- Owner: ladjs
- License: mit
- Created: 2017-12-10T04:47:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T22:50:20.000Z (over 8 years ago)
- Last Synced: 2025-08-28T20:44:16.523Z (9 months ago)
- Topics: agenda, collection, database, definition, document, job, model, mongo, mongoose, record, scheduler, schema
- Language: JavaScript
- Homepage: https://lad.js.org
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongoose-model-agenda
[](https://travis-ci.org/ladjs/mongoose-model-agenda)
[](https://codecov.io/gh/ladjs/mongoose-model-agenda)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
> Mongoose model for Agenda
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)
## Install
[npm][]:
```sh
npm install mongoose-model-agenda
```
[yarn][]:
```sh
yarn add mongoose-model-agenda
```
## Usage
```js
const Jobs = require('mongoose-model-agenda');
Jobs.find({}).lean().exec().then(console.log).catch(console.error);
```
## Contributors
| Name | Website |
| -------------- | -------------------------- |
| **Nick Baugh** | |
## License
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/