module-ballerinax-cdata.connect
Manage Ballerina CData connector modules centrally.
File Explorer
Download Latest Version (.zip)- build-with-bal-test-native.yml
- ci.yml
- daily-build.yml
- dev-stg-release.yml
- pull-request.yml
- release.yml
- trivy-scan.yml
- CODEOWNERS
- Ballerina.toml
- build.gradle
- client.bal
- Dependencies.toml
- icon.png
- Module.md
- Package.md
- build.gradle
- Ballerina.toml
- spotbugs-exclude.xml
- batchExecute.bal
- build.gradle
- execute.bal
- query.bal
- storedProcedureScenario1.bal
- storedProcedureScenario2.bal
- gradle-wrapper.jar
- gradle-wrapper.properties
- CallProcessor.java
- ClientProcessor.java
- ExecuteProcessor.java
- QueryProcessor.java
- Constants.java
- module-info.java
- build.gradle
- .gitignore
- build.gradle
- codecov.yml
- gradle.properties
- gradlew
- gradlew.bat
- issue_template.md
- LICENSE
- pull_request_template.md
- README.md
- settings.gradle
- spotbugs-exclude.xml
# Installation Guide
1. Get the code
git clone https://github.com/ballerina-platform/module-ballerinax-cdata.connect
Downloads the entire project code from GitHub to your computer.
cd module-ballerinax-cdata.connect
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew clean build
Builds the project using Gradle.
./gradlew clean test
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
