From ff2dae849b4638e160e6ec625a45e241d554ab8e Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sat, 1 Feb 2020 14:55:18 +0000 Subject: [PATCH] docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fe1ac6..70b1b18 100644 --- a/README.md +++ b/README.md @@ -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