UNPKG

jugglingdb

Version:

Node.js ORM for every database: redis, mysql, mongodb, postgres, sqlite, ...

10 lines (7 loc) 190 B
module.exports = require('should'); const Schema = require('../').Schema; if (!('getSchema' in global)) { global.getSchema = function() { return new Schema('memory'); }; }