{"repo":"ballerina-platform/module-ballerinax-oracledb","free":true,"listed":false,"github":"https://github.com/ballerina-platform/module-ballerinax-oracledb","clone":"git clone https://github.com/ballerina-platform/module-ballerinax-oracledb.git","description":"Oracle Database Connector for Ballerina","language":"Ballerina","stars":106,"topics":["oracledb","ballerina","database","oracle"],"license":"Apache-2.0","category":"databases-storage","readme_excerpt":"Ballerina OracleDB Library =================== This library provides the functionality required to access and manipulate data stored in an Oracle database. Prerequisite Add the OracleDB drivers as a dependency to the Ballerina project. Note : ballerinax/oracledb supports OracleDB driver versions above 12.2.0.1. You can achieve this by importing the ballerinax/oracledb.driver module, ballerinax/oracledb.driver package bundles the latest OracleDB driver JARs. Tip : GraalVM native build is supported when ballerinax/oracledb is used along with the ballerinax/oracledb.driver If you want to add a OracleDB drivers of specific versions, you can add them as a dependencies in Ballerina.toml. Follow one of the following ways to add the JARs in the file: Download the JAR and update the path. Add JAR with the Maven dependency params. Client To access a database, you must first create an oracledb:Client object. The samples for creating an OracleDB client can be found below. Tip : The client should be used throughout the application lifetime. Create a client This sample shows the different ways of creating an oracledb:Client . The client can be created with an empty constructor, and thereby, the client will be initialized with the default properties. The oracledb:Client receives the host, username, and password. Since the properties are passed in the same order as they are defined in the oracledb:Client , you can pass them without named parameters. In the example below, the oracledb:Client ","default_branch":null,"files":null,"tree":[],"storefront":"/r/ballerina-platform","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ballerina-platform/module-ballerinax-oracledb/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}