Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 3.3 KB

File metadata and controls

43 lines (31 loc) · 3.3 KB

Exasol Typescript / Javascript Driver for Node and the Browser

A Typescript/Javascript driver for the Exasol database.

Build Status NPM Version

Quality Gate Status Bugs Code Smells Coverage Duplicated Lines (%) Lines of Code Reliability Rating Security Rating Technical Debt Maintainability Rating Vulnerabilities

Check out the user guide for more details.

Features

  1. Connect to an Exasol database and execute SQL queries and commands
  2. Encrypted communication via TLS
  3. Works in Node.js and the browser
  4. Supports importing local CSV files into a table

Information for Users

Dependencies

See the dependencies list for build and test dependencies and license information.

Information for Developers