Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrglo committed Apr 30, 2019
1 parent 21ac7fe commit 9a9cc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pg-cr-layer [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
# pg-cr-layer [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![CircleCI](https://circleci.com/gh/andrglo/pg-cr-layer.svg?style=svg)](https://circleci.com/gh/andrglo/pg-cr-layer) [![Coverage percentage][coveralls-image]][coveralls-url]
> A postgres interface layer for common requests. It uses [pg](https://github.com/brianc/node-postgres) to connect
and wraps it in a tiny layer using ES2015 promises with the goal to be simpler and compatible with [mssql](https://github.com/patriksimek/node-mssql)
via [mssql-cr-layer](https://github.com/andrglo/mssql-cr-layer)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-cr-layer",
"version": "2.0.5",
"version": "2.0.6",
"description": "A postgres interface layer for common requests",
"repository": "https://github.com/andrglo/pg-cr-layer.git",
"author": {
Expand Down

0 comments on commit 9a9cc44

Please sign in to comment.