Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Feb 1, 2020
1 parent ff2dae8 commit 33fee61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ PostgreSQL Core Driver for NodeJS.
[![Build Status](https://travis-ci.org/vitaly-t/pg-core.svg?branch=master)](https://travis-ci.org/vitaly-t/pg-core)
[![Coverage Status](https://coveralls.io/repos/vitaly-t/pg-core/badge.svg?branch=master)](https://coveralls.io/r/vitaly-t/pg-core?branch=master)

**This is a work-in-progress project**.
**THIS IS A WORK-IN-PROGRESS PROJECT**.

### Main Features

* Zero dependencies
* Everything is in TypeScript
* No extras (query formatting, etc)
* For Node.js >= v10.4.0, with `BigInt` support right out of the box
* No extras (query formatting, etc.)
* For Node.js >= v10.4.0, with native `BigInt` support

This low-level PostgreSQL kernel provides only connectivity and basic query execution
that's supported by PostgreSQL server, and nothing else.
that's supported by PostgreSQL server, but nothing else.

Although it can be used directly, the primary purpose is integration with other
libraries, for custom query formatting or any high-level features.
Expand Down

0 comments on commit 33fee61

Please sign in to comment.