4.0.1 • Published 4 years ago

brute-knex v4.0.1

Weekly downloads
10,703
License
ISC
Repository
github
Last release
4 years ago

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