-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
Connects to [Snowflake JDBC Driver](https://docs.snowflake.com/en/user-guide/jdbc.html) from Ballerina | ||
|
||
## Package overview | ||
The `ballerinax/snowflake.driver` is a [Ballerina](https://ballerina.io/) library for Snowflake JDBC Driver. | ||
This package bundles the latest Snowflake JDBC Driver. | ||
This Package bundles the latest Snowflake driver so that the Snowflake connector can be used in ballerina projects easily. | ||
|
||
## Compatibility | ||
|
||
| | Version | | ||
|:---|:----------:| | ||
|Snowflake Driver | **3.14.4** | | ||
|
||
> The above Snowflake drivers are released under the [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt). | ||
## Usage | ||
|
||
### Compatibility | ||
| | Version | | ||
|-----------------------------------|---------------------------------| | ||
| Ballerina Language | Ballerina Swan Lake 2201.7.0 | | ||
| Snowflake JDBC Driver | 3.13.11 | | ||
To add the Snowflake driver dependency the project, simply import the module as below, | ||
|
||
```ballerina | ||
import ballerina/sql; | ||
import ballerinax/snowflake; | ||
import ballerinax/snowflake.driver as _; | ||
``` | ||
## Report issues | ||
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https://github.com/ballerina-platform/ballerina-extended-library) | ||
To report bugs, request new features, start new discussions, etc., go to the [Ballerina Library repository](https://github.com/ballerina-platform/ballerina-library) | ||
|
||
## Useful links | ||
- Discuss code changes of the Ballerina project in [[email protected]](mailto:[email protected]). | ||
- Chat live with us via our [Discord server](https://discord.gg/ballerinalang). | ||
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag | ||
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang). | ||
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. |