https://github.com/parameter1/mongodb
Common MongoDB libraries
https://github.com/parameter1/mongodb
Last synced: 3 months ago
JSON representation
Common MongoDB libraries
- Host: GitHub
- URL: https://github.com/parameter1/mongodb
- Owner: parameter1
- License: mit
- Created: 2022-11-07T17:06:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T20:25:04.000Z (over 1 year ago)
- Last Synced: 2025-04-16T05:45:30.822Z (about 1 year ago)
- Language: JavaScript
- Size: 720 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoDB Library Monorepo
## Packages
### `@parameter1\mongodb-bson`
A BSON wrapper containing common utilities.
### `@parameter1\mongodb-core`
A MongoDB wrapper containing core utilities.
### `@parameter1\mongodb-dataloader`
Dataloaders for MongoDB collections - primarily for use in GraphQL servers (but other applications can apply). Supports document projection and foreign field control.
### `@parameter1\mongodb-graphql-types`
MongoDB GraphQL scalar types, such as `ObjectId`
### `@parameter1\mongodb-pagination`
Cursor, offset, and embedded object pagination for MongoDB queries.
### `@parameter1\mongodb-prop-types`
Common prop type validators using Joi.