You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) adds feat
8
8
* streaming storage compression (also available [standalone](https://github.com/mlin/sqlite_zstd_vfs))
9
9
* pre-tuned settings for "big data"
10
10
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.
12
12
13
13
**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.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) supports
10
10
* streaming storage compression using multithreaded [Zstandard](https://facebook.github.io/zstd/)
11
11
* pre-tuned settings for "big data"
12
12
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.
14
14
15
15
**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.
0 commit comments