Skip to content

exasol/exasol-virtual-schema

Repository files navigation

Exasol Virtual Schema

Build Status Maven Central – Exasol Virtual Schema

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

This project contains the Exasol dialect for the Exasol's Virtual Schema. Use this dialect if you want to create a Virtual Schema based on the Exasol database.

If you want to set up a Virtual Schema for a different database system, please head over to the Virtual Schemas Documentation.

Features

  • Access Exasol database using Virtual Schema.

Deprecation Warnings

  • Starting with version 4.0.0 of the Exasol SQL dialect, the new EXA_CONNECTION property replaces the EXA_CONNECTION_STRING property, for improved security.

    It takes the name of a connection definition in case you are using IMPORT FROM EXA. For details please consult the user guide.

  • Version 6.0.0 and later of the Exasol Virtual Schema require Exasol 7.0 or later. If you need to use Exasol 6.2 please use version 5.0.5 of the Exasol Virtual Schema.

Table of Contents

Information for Users

Find all the documentation in the Virtual Schemas project.

Information for Developers