pg-core

WebJar for pg-core

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

pg-core
Last Version

Last Version

0.1.15
Release Date

Release Date

Type

Type

jar
Description

Description

pg-core
WebJar for pg-core
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/vitaly-t/pg-core

Download pg-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/pg-core/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>pg-core</artifactId>
    <version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/pg-core/
implementation 'org.webjars.npm:pg-core:0.1.15'
// https://jarcasting.com/artifacts/org.webjars.npm/pg-core/
implementation ("org.webjars.npm:pg-core:0.1.15")
'org.webjars.npm:pg-core:jar:0.1.15'
<dependency org="org.webjars.npm" name="pg-core" rev="0.1.15">
  <artifact name="pg-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='pg-core', version='0.1.15')
)
libraryDependencies += "org.webjars.npm" % "pg-core" % "0.1.15"
[org.webjars.npm/pg-core "0.1.15"]

Dependencies

compile (10)

Group / Artifact Type Version
org.webjars.npm : readable-stream jar [2,3)
org.webjars.npm » postgres-interval jar [1.0.0,1.1)
org.webjars.npm » buffer-writer jar 1.0.0
org.webjars.npm » postgres-date jar [1.0.0,1.1)
org.webjars.npm » postgres-bytea jar [1.0.0,1.1)
org.webjars.npm : pgpass jar 0.0.3
org.webjars.npm » generic-pool jar [2,3)
org.webjars.npm » postgres-array jar [1.0.0,1.1)
org.webjars.npm : pg-connection-string jar 0.1.3
org.webjars.npm : packet-reader jar 0.2.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.15