Skip to content

Commit 22f5091

Browse files
committed
colab v0.4.0
1 parent 050940f commit 22f5091

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) adds feat
88
* streaming storage compression (also available [standalone](https://github.com/mlin/sqlite_zstd_vfs))
99
* pre-tuned settings for "big data"
1010

11-
Our **[Colab notebook](https://colab.research.google.com/drive/1JaNCtyDoigH1AuEdrgqQp_qyzQ7OaAXH?usp=sharing)** demonstrates key features with Python, one of several language bindings.
11+
Our **[Colab notebook](https://colab.research.google.com/drive/1OlHPOcRQBhDmEnS1wtOdtUGDkcD7LtKx?usp=sharing)** demonstrates key features with Python, one of several language bindings.
1212

1313
**USE AT YOUR OWN RISK:** The extension makes fundamental changes to the database storage layer. While designed to preserve ACID transaction safety, it's young and unlikely to have zero bugs. This project is not associated with the SQLite developers.
1414

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) supports
1010
* streaming storage compression using multithreaded [Zstandard](https://facebook.github.io/zstd/)
1111
* pre-tuned settings for "big data"
1212

13-
Our **[Colab notebook](https://colab.research.google.com/drive/1JaNCtyDoigH1AuEdrgqQp_qyzQ7OaAXH?usp=sharing)** demonstrates key features with Python, one of several language bindings.
13+
Our **[Colab notebook](https://colab.research.google.com/drive/1OlHPOcRQBhDmEnS1wtOdtUGDkcD7LtKx?usp=sharing)** demonstrates key features with Python, one of several language bindings.
1414

1515
**USE AT YOUR OWN RISK:** The extension makes fundamental changes to the database storage layer. While designed to preserve ACID transaction safety, it's young and unlikely to have zero bugs. This project is not associated with the SQLite developers.
1616

0 commit comments

Comments
 (0)