https://github.com/sonofmagic/mongoose-incremental
Mongoose plugin that enables auto-incrementing numeric fields in your MongoDB documents. It’s particularly useful for custom ID generation or maintaining ordered values.
https://github.com/sonofmagic/mongoose-incremental
Last synced: 12 months ago
JSON representation
Mongoose plugin that enables auto-incrementing numeric fields in your MongoDB documents. It’s particularly useful for custom ID generation or maintaining ordered values.
- Host: GitHub
- URL: https://github.com/sonofmagic/mongoose-incremental
- Owner: sonofmagic
- License: mit
- Created: 2025-05-24T18:32:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T11:32:58.000Z (about 1 year ago)
- Last Synced: 2025-06-28T14:02:27.500Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# mongoose-autoincrement
## Projects
- [mongoose-incremental](packages/mongoose-incremental) - `mongoose-incremental` is a Mongoose plugin that enables auto-incrementing numeric fields in your MongoDB documents. It’s particularly useful for custom ID generation or maintaining ordered values
## Contributing
Contributions Welcome! You can contribute in the following ways.
- Create an Issue - Propose a new feature. Report a bug.
- Pull Request - Fix a bug and typo. Refactor the code.
- Create third-party middleware - Instruct below.
- Share - Share your thoughts on the Blog, X, and others.
- Make your application - Please try to use mongoose-autoincrement.
For more details, see [CONTRIBUTING.md](CONTRIBUTING.md).
## Contributors
Thanks to [all contributors](https://github.com/sonofmagic/mongoose-autoincrement/graphs/contributors)!
## Authors
ice breaker <1324318532@qq.com>
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.