brute-knex

v3.0.1
A Knex.js store for express-brute
express brute knex

brute-knex

NPM Version NPM Downloads Node.js Version Build Status Dependency Status Coverage Status

NPM

A knex.js store for express-brute.

Installation

via npm:

  $ npm install brute-knex

Usage

Refer to the example application.

Options

  • tablename Table name (default 'brute') to store records in.
  • createTable Set to false (default true) to disable automatically creating tablename if it does not exist.
  • knex knex instance to use. If not provided, defaults to a sqlite3 database named ./brute-knex.sqlite

Testing

yarn test

You can create a custom config file in the root folder. Take a look at the example config, which is the fallback.

e.g. config.testing-mysql.json

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 1/27/2019

Downloads