Registry / database / org-wso2-carbon-datasource-core

org-wso2-carbon-datasource-core

JSON →
library1.1.14javamavenunverified

WSO2 Carbon Datasource Core provides core datasource management for WSO2 Carbon-based applications.

<dependency> <groupId>org.wso2.carbon.datasources</groupId> <artifactId>org.wso2.carbon.datasource.core</artifactId> <version>1.1.14</version> </dependency>
INSTALL
IMPORT
SIG · ORG-WSO2-CARBON-DA
O
org-wso2-carbon-datasource-core
databasejavav1.1.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataSourceManager
org.wso2.carbon.datasource.core.DataSourceManager

Retrieves a datasource from the WSO2 Carbon datasource manager.

import org.wso2.carbon.datasource.core.DataSourceManager; import javax.sql.DataSource; public class DatasourceExample { public static void main(String[] args) { DataSourceManager manager = DataSourceManager.getInstance(); DataSource ds = manager.getDataSource("myDS"); System.out.println("DataSource obtained: " + ds); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
org-wso2-carbon-datasource-core — mvn dependency:get org-wso2-carbon-datasource-core · libregistry