UNPKG

orange-orm

Version:

Object Relational Mapper

6 lines (5 loc) 162 B
var getSessionContext = require('./getSessionContext'); module.exports = function(context, name) { const rdb = getSessionContext(context); return rdb[name]; };