Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saintedlama/resistor-mongodb
Add mongodb specific converters to resistor
https://github.com/saintedlama/resistor-mongodb
Last synced: about 2 months ago
JSON representation
Add mongodb specific converters to resistor
- Host: GitHub
- URL: https://github.com/saintedlama/resistor-mongodb
- Owner: saintedlama
- Created: 2015-04-13T10:56:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T11:48:57.000Z (over 9 years ago)
- Last Synced: 2024-10-12T12:25:40.923Z (3 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resistor-Mongodb
Add mongodb specific converters to resistor## Usage
npm install resistor-mongodb --save
require('resistor');
require('resistor-mongodb')(resistor);
Types 'objectID' and 'ObjectID' are usable in models.