Welcome to mongooseodm-uuid 👋
A Custom Mongoose UUID SchemaType, to use for MongoDB Binary UUIDs (Subtype 0x03 and 0x04) (Subtype 0x03 follows the Java Driver implementation.)
Please note that inserting subtype 0x03 Binary UUIDs to the db is currently not supported
Homepage
🏠Install
npm i mongooseodm-uuid
Run tests
npm run test
Usage
1) Register the SchemaType (insert somewhere like your index.js):
;
2) Use the SchemaType in a Mongoose Schema
const mongoose = ;const MUUID = ; const Schema = mongooseSchema; const HavocPunishmentSchema = uuid: MUUID;
OR
const mongoose = ;const MUUID = ; const Schema = mongooseSchema; const HavocPunishmentSchema = uuid: mongooseTypesMUUID;
Author
👤 Max (https://github.com/gmax9803) (gmax@fourthfruit.com)
- Website: https://fourthfruit.com (currently down)
- Store: https://cpukeychains.com (Buy some CPUKeychains!)
- Github: @gmax9803
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Max (https://github.com/gmax9803) (gmax@fourthfruit.com).
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator