Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RiveryIO/snowflake-connector-python

 
 

Repository files navigation

Rivery's Snowflake Connector for Python for Manual setup

This package includes the Snowflake Connector for Python, which conforms to the Python DB API 2.0 specification: https://www.python.org/dev/peps/pep-0249/

The Snowflake Connector for Python provides an interface for developing Python applications that can connect to Snowflake and perform all standard operations. It provides a programming alternative to developing applications in Java or C/C++ using the Snowflake JDBC or ODBC drivers.

The connector is a native, pure Python package that has no dependencies on JDBC or ODBC. It can be installed using pip on Linux, Mac OSX, and Windows platforms (Python 3.8 is currently not supported on Windows) where Python 3.5.0 (or higher) is installed.

Installation

` pip install -e https://github.com/RiveryIO/snowflake-connector-python.git `

About

Snowflake Connector for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.7%
  • C++ 7.5%
  • Shell 1.7%
  • Other 1.1%