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
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
`sqlpkg` manages SQLite extensions, just like `pip` does with Python packages or `brew` does with macOS programs.
4
4
5
-
It works primarily with the [SQLite package registry](https://sqlpkg.org/), but is not limited to it. You can install SQLite extensions from GitHub repositories or other websites. All you need is a package spec file (more on that later).
5
+
It works primarily with the [SQLite extension hub](https://sqlpkg.org/), but is not limited to it. You can install SQLite extensions from GitHub repositories or other websites. All you need is a package spec file (more on that later).
6
6
7
7
```
8
8
sqlpkg is a package manager for installing and updating SQLite extensions.
@@ -222,10 +222,4 @@ sqlpkg install
222
222
223
223
`sqlpkg` will detect the lockfile (in the current folder or the user's home folder) and install all the packages listed in it.
0 commit comments