Module postgresql.driver

ballerinax/postgresql.driver Ballerina library

1.6.3

Overview

The PostgreSQL driver provides a reliable and high-performance connectivity to PostgreSQL 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 PostgreSQL, 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.7.0
PostgreSQL Driver42.6.0
PostgreSQL DB Server8.4 or above

The above PostgreSQL drivers are released under the BSD 2-Clause.

Usage

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

Copy
import ballerina/sql;
import ballerinax/postgresql;
import ballerinax/postgresql.driver as _;

Import

import ballerinax/postgresql.driver;Copy

Other versions

See more...

Metadata

Released date: 1 day ago

Version: 1.6.3

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.11.0

GraalVM compatible: Yes


Pull count

Total: 18994

Current verison: 96


Weekly downloads


Source repository


Keywords

Vendor/PostgreSQL

Area/Database

Type/Driver


Contributors