Skip to content

Commit

Permalink
Merge pull request #380 from Mause/378-document-ipython-sql-usage
Browse files Browse the repository at this point in the history
docs: link to example of IPython-SQL usage
  • Loading branch information
Mause authored Aug 20, 2022
2 parents 70589da + 96e8bdf commit 43dfe91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ frank = session.query(FakeModel).one()
assert frank.name == "Frank"
```

## Usage in IPython/Jupyter

With IPython-SQL and DuckDB-Engine you can query DuckDB natively in your notebook!
Alex Monahan has a great demo of this on [his blog](https://alex-monahan.github.io/2021/08/22/Python_and_SQL_Better_Together.html#an-example-workflow-with-duckdb)

## Configuration

You can configure DuckDB by passing `connect_args` to the create_engine function
Expand Down

0 comments on commit 43dfe91

Please sign in to comment.