ballerinax/h2.driver Ballerina library

1.2.1

Overview

The H2 driver provides a reliable and high-performance connectivity to H2 databases. It enables efficient execution of SQL queries, updates, and other database operations. The driver is designed to provide a seamless experience for interacting with H2, supporting various data types and advanced features of the database.

Key Features

  • High-performance and reliable database connectivity
  • Support for various SQL operations (Query, Execute, Batch)
  • Efficient handling of database connections and resources
  • Support for database-specific data types and features
  • Secure communication with TLS and authentication
  • GraalVM compatible for native image builds

Compatibility

Version
Ballerina Language2201.11.0
H2 Driver*2.3.232

*H2 is dual licensed and available under the MPL 2.0 (Mozilla Public License Version 2.0) or under the EPL 1.0 (Eclipse Public License).

Usage

To add the H2 driver dependency the project simply import the module as below,

Copy
import ballerina/sql;
import ballerinax/java.jdbc;
import ballerinax/h2.driver as _;

Import

import ballerinax/h2.driver;Copy

Other versions

Metadata

Released date: 2 days ago

Version: 1.2.1

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.11.0

GraalVM compatible: Yes


Pull count

Total: 5232

Current verison: 67


Weekly downloads


Source repository


Keywords

Vendor/H2

Area/Database

Type/Driver


Contributors