0.11.4 • Published 5 years ago

@reactiverse/reactive-pg-client v0.11.4

Weekly downloads
1
License
Apache License 2....
Repository
-
Last release
5 years ago

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

0.11.4

5 years ago

0.11.3

5 years ago

0.11.2

5 years ago

0.11.0

5 years ago

0.10.7

5 years ago

0.10.5

6 years ago

0.10.3

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago