mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Updated mongoose
This commit is contained in:
5
node_modules/mongoose/examples/express/connection-sharing/modelA.js
generated
vendored
Normal file
5
node_modules/mongoose/examples/express/connection-sharing/modelA.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
var Schema = require('../../../lib').Schema;
|
||||
var mySchema = Schema({ name: String });
|
||||
|
||||
/* global db */
|
||||
module.exports = db.model('MyModel', mySchema);
|
Reference in New Issue
Block a user