Skip to content

vitaly-t/pg-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-core

PostgreSQL Core Driver for NodeJS.

Build Status Coverage Status

THIS IS A WORK-IN-PROGRESS PROJECT.

Main Features

  • Minimum dependencies
  • Everything is in TypeScript
  • No extras (query formatting, etc.)
  • For Node.js >= v10.4.0, with native BigInt support
  • Multi-host connections (for PostgreSQL v10+).

This low-level PostgreSQL kernel provides only connectivity and basic query execution 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.

Installing

$ npm install pg-core

About

PostgreSQL Core Driver for NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published