Skip to content

Commit

Permalink
Add python package link to release note
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Nov 18, 2023
1 parent eabb1b2 commit 0f67202
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/blog/2023-11-18-release-v0.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ tags: [v0.15, release-note]
## 🌊 Breaking Changes

### 🍀 Python Support
- TODO: link to pip package
- [https://pypi.org/project/gluesql/](https://pypi.org/project/gluesql/)

* e.g.
#### Code Samples
```python
from gluesql import Glue, MemoryStorage
from tabulate import tabulate
Expand All @@ -36,7 +36,6 @@ result = db.query(sql)
rows = result[0].get("rows")
print(f"\n[Query]\n{sql}")
print(tabulate(rows, headers="keys", showindex=True, tablefmt="simple_outline"))

```

- feat: Implement Python Binding [@jopemachine](https://github.com/jopemachine) ([#1357](https://github.com/gluesql/gluesql/pull/1357))
Expand Down

0 comments on commit 0f67202

Please sign in to comment.