Skip to content

Commit

Permalink
Merge branch 'master' into feature/preload-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Aug 21, 2022
2 parents c0f2a99 + 43dfe91 commit 22ee736
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 @@ -56,6 +56,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 22ee736

Please sign in to comment.