@@ -9,12 +9,22 @@ Snowflake JDBC Driver
9
9
10
10
.. image :: http://img.shields.io/:license-Apache%202-brightgreen.svg
11
11
:target: http://www.apache.org/licenses/LICENSE-2.0.txt
12
-
13
- .. image :: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic
14
- :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/
15
-
12
+
16
13
Snowflake provides a JDBC type 4 driver that supports core functionality, allowing Java program to connect to Snowflake.
17
14
15
+ .. |maven-snowflake-jdbc | image :: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic
16
+ :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/
17
+
18
+ .. |maven-snowflake-jdbc-fips | image :: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-fips/badge.svg?style=plastic
19
+ :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-fips/
20
+
21
+ .. |maven-snowflake-jdbc-thin | image :: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-thin/badge.svg?style=plastic
22
+ :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-thin/
23
+
24
+ - snowflake-jdbc (fat-jar): |maven-snowflake-jdbc |
25
+ - snowflake-jdbc-fips (FIPS compliant fat-jar): |maven-snowflake-jdbc-fips |
26
+ - snowflake-jdbc-thin (thin-jar): |maven-snowflake-jdbc-thin |
27
+
18
28
Prerequisites
19
29
=============
20
30
@@ -45,7 +55,7 @@ or for FIPS compliant fat-jar
45
55
<version >{version}</version >
46
56
</dependency >
47
57
48
- or for experimental thin-jar
58
+ or for thin-jar
49
59
50
60
.. code-block :: xml
51
61
@@ -79,7 +89,7 @@ Build from Source Code
79
89
../mvnw org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=target/snowflake-jdbc-fips.jar -DpomFile=./public_pom.xml
80
90
cd -
81
91
82
- 4. Build the experimental thin-jar and install it in local maven repository by running:
92
+ 4. Build the thin-jar and install it in local maven repository by running:
83
93
84
94
.. code-block :: bash
85
95
0 commit comments