@reactiverse/reactive-pg-client
TypeScript icon, indicating that this package has built-in type declarations

0.11.4 • Public • Published

npm (scoped) npm

Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!

// Base API
const Api = require('@reactiverse/reactive-pg-client');
// Base ENUMs
const Enums = require('@reactiverse/reactive-pg-client/enums');
// DataObject's
const Options = require('@reactiverse/reactive-pg-client/options');

// refer to the API docs for specific help...

// your code here!!!

Typescript

This package includes Typescript typedefinitions and your IDE should find then automatically.

When working in a project you can enable type hinting for the runtime as:

/// <definition types="@vertx/core/runtime" />
// @ts-check

// your TypeScript code here...

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @reactiverse/reactive-pg-client

Weekly Downloads

11

Version

0.11.4

License

Apache License 2.0

Unpacked Size

79.8 kB

Total Files

9

Last publish

Collaborators

  • reactiverse