All Projects → snowflakedb → Snowflake Connector Python

snowflakedb / Snowflake Connector Python

Licence: other
Snowflake Connector for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Snowflake Connector Python

Sqldb Logger
A logger for Go SQL database driver without modify existing *sql.DB stdlib usage.
Stars: ✭ 160 (-13.51%)
Mutual labels:  sql, database
Query Exporter
Export Prometheus metrics from SQL queries
Stars: ✭ 166 (-10.27%)
Mutual labels:  sql, database
Ohmysql
Easy direct access to your database 🎯 http://oleghnidets.github.io/OHMySQL/
Stars: ✭ 166 (-10.27%)
Mutual labels:  sql, database
Norm
Access a database in one line of code.
Stars: ✭ 152 (-17.84%)
Mutual labels:  sql, database
Cubrid
CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.
Stars: ✭ 184 (-0.54%)
Mutual labels:  sql, database
Myproxy
A sharding proxy for MYSQL databases
Stars: ✭ 153 (-17.3%)
Mutual labels:  sql, database
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (-1.62%)
Mutual labels:  sql, database
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-23.24%)
Mutual labels:  sql, database
Wyxdbms
用Java实现了一个关系型数据库,DBMS数据库管理系统,可使用常用增删改查的SQL语句,具有数据字典,数据索引文件,并且实现了启发式查询优化
Stars: ✭ 173 (-6.49%)
Mutual labels:  sql, database
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-5.41%)
Mutual labels:  sql, database
Bats
面向 OLTP、OLAP、批处理、流处理场景的大一统 SQL 引擎
Stars: ✭ 152 (-17.84%)
Mutual labels:  sql, database
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-2.16%)
Mutual labels:  sql, database
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-18.92%)
Mutual labels:  sql, database
Sqlservice
The missing SQLAlchemy ORM interface.
Stars: ✭ 159 (-14.05%)
Mutual labels:  sql, database
Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+1041.08%)
Mutual labels:  sql, database
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (+1014.59%)
Mutual labels:  sql, database
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-24.32%)
Mutual labels:  sql, database
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-23.78%)
Mutual labels:  sql, database
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1095.14%)
Mutual labels:  sql, database
Tpcds Kit
TPC-DS benchmark kit with some modifications/fixes
Stars: ✭ 176 (-4.86%)
Mutual labels:  sql, database

Snowflake Connector for Python


.. image:: https://github.com/snowflakedb/snowflake-connector-python/workflows/Build%20and%20Test/badge.svg?branch=master :target: https://github.com/snowflakedb/snowflake-connector-python/actions?query=workflow%3A%22Build+and+Test%22+branch%3Amaster

.. image:: https://codecov.io/gh/snowflakedb/snowflake-connector-python/branch/master/graph/badge.svg :target: https://codecov.io/gh/snowflakedb/snowflake-connector-python

.. image:: https://img.shields.io/pypi/v/snowflake-connector-python.svg :target: https://pypi.python.org/pypi/snowflake-connector-python/

.. image:: http://img.shields.io/:license-Apache%202-brightgreen.svg :target: http://www.apache.org/licenses/LICENSE-2.0.txt

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

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 where Python 3.6.0 (or higher) is installed.

Snowflake Documentation is available at: https://docs.snowflake.com/

Feel free to file an issue or submit a PR here for general cases. For official support, contact Snowflake support at: https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].