Skip to content

Commit

Permalink
update package.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Feb 1, 2024
1 parent a90cccb commit b5d3b75
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions ballerina/Package.md
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.

0 comments on commit b5d3b75

Please sign in to comment.