UNPKG

jambda

Version:

Easy serverless rest api deploy! Jambda makes it easy to deploy database connected rest api's by providing the least amount of configuration.

14 lines (11 loc) 239 B
'use strict' /** * models relations loader * * Created by create caminte-cli script * App based on CaminteJS * CaminteJS homepage http://www.camintejs.com **/ module.exports.load = function(models) { // setup relations here }