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 12929c8 commit ff2dae8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ PostgreSQL Core Driver for NodeJS.

### 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.
* 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

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

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

### Installing

Expand Down

0 comments on commit ff2dae8

Please sign in to comment.