Skip to content

Commit

Permalink
chore: Added build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Dec 31, 2018
1 parent 6a76def commit eb84fe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Node query executor

[![Build Status](https://travis-ci.com/sevenwestmedia-labs/node-knex-query-executor.svg?branch=master)](https://travis-ci.com/sevenwestmedia-labs/node-knex-query-executor)

A simple library which enables encapsulation of knex queries inside functions. It enables inversion of control for database queries, making it easy to mock the database layer entirely while making database queries themselves easy to test.

## Why
Expand Down

0 comments on commit eb84fe6

Please sign in to comment.