0.1.1 • Published 7 years ago

knex-logger-koa v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Knex Logger for Koa2

A koa2 port of knex-logger

Install

This project is unpublished for now.

Use

import koa from 'koa';

import knex from 'knex';
import knexfile from 'path/to/knexfile'
import knexLogger from 'path/to/knexlogger';

const app = koa();
const db = knex(knexfile);

app.use(knexLogger(db));

TODO

  • Publish
  • Add tests
  • Add CI

License

This project is distributed under the MIT license.