Skip to content

Commit

Permalink
docs: add pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Mar 15, 2023
1 parent 64d893f commit 4472976
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Fake [Snowflake Connector for Python](https://docs.snowflake.com/en/user-guide/python-connector). Run Snowflake DB locally.

## Install

```
pip install fakesnow
```

## Usage

```python
Expand Down Expand Up @@ -51,6 +57,7 @@ def setup(_fakesnow_session: None) -> Iterator[None]:
- [ ] [stored procedures](https://docs.snowflake.com/en/sql-reference/stored-procedures)

Partial support

- [x] date functions
- [x] tags
- [x] semi-structured data
Expand Down

0 comments on commit 4472976

Please sign in to comment.