@vertx/jdbc-client
TypeScript icon, indicating that this package has built-in type declarations

4.5.1 • Public • Published

npm (scoped) npm Security Status

Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!

// Base API
import * as API from '@vertx/jdbc-client';
// Base ENUMs
import * as ENUMS from '@vertx/jdbc-client/enums';
// DataObject's
import * as OPTIONS from '@vertx/jdbc-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="es4x" />
// @ts-check

// your TypeScript code here...

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @vertx/jdbc-client

Weekly Downloads

5

Version

4.5.1

License

Apache-2.0

Unpacked Size

52.4 kB

Total Files

12

Last publish

Collaborators

  • vertx