From 33fee6122ce12c9c42e505b283af0d3a514d9e4f Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sat, 1 Feb 2020 14:57:50 +0000 Subject: [PATCH] docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70b1b18..7c88913 100644 --- a/README.md +++ b/README.md @@ -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.