CoursePark / KnexNest

A wrapper for Knex.js that can output list of objects hydrated from a select
76 stars 10 forks source link

Great module, however the usage/require is not intuitive #6

Closed moltar closed 6 years ago

moltar commented 6 years ago

Not intuitive that need to require a module in a subdir:

const table = require('knexed/table/table')
const join = require('knexed/table/join')

Maybe worth adding the example to the docs?

moltar commented 6 years ago

Sorry, wrong module :/