UNPKG

jugglingdb

Version:

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

11 lines (8 loc) 206 B
'use strict'; module.exports = require('should'); var Schema = require('../../').Schema; if (!('getSchema' in global)) { global.getSchema = function () { return new Schema('memory'); }; }