Skip to content

Commit

Permalink
Add Snowflake to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eakmanrq committed Jun 2, 2024
1 parent 6792fc1 commit 6893507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SQLFrame currently supports the following engines (many more in development):
* [BigQuery](https://sqlframe.readthedocs.io/en/stable/bigquery/)
* [DuckDB](https://sqlframe.readthedocs.io/en/stable/duckdb)
* [Postgres](https://sqlframe.readthedocs.io/en/stable/postgres)
* [Snowflake](https://sqlframe.readthedocs.io/en/stable/snowflake)

SQLFrame also has a "Standalone" session that be used to generate SQL without any connection to a database engine.
* [Standalone](https://sqlframe.readthedocs.io/en/stable/standalone)
Expand All @@ -28,6 +29,8 @@ pip install "sqlframe[bigquery]"
pip install "sqlframe[duckdb]"
# Postgres
pip install "sqlframe[postgres]"
# Snowflake
pip install "sqlframe[snowflake]"
# Standalone
pip install sqlframe
```
Expand Down

0 comments on commit 6893507

Please sign in to comment.