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
I know you provide competitive comparison with sqlean, but his pkgsql is a really nice tool to manage sqlite3 extensions so I am wondering if you can add install support to allow his tool to manage updates for your extension?
When I tried sqlpkg install asg017/sqlite-regex I got the following:
> installing asg017/sqlite-regex...
! failed to read package spec: asg017/sqlite-regex: open asg017/sqlite-regex: no such file or directory
https://github.com/asg017/sqlite-regex/raw/main/sqlpkg.json: got http status 404
https://github.com/nalgeon/sqlpkg/raw/main/pkg/asg017/sqlite-regex.json: got http status 404
I know you provide competitive comparison with
sqlean
, but hispkgsql
is a really nice tool to managesqlite3
extensions so I am wondering if you can add install support to allow his tool to manage updates for your extension?When I tried
sqlpkg install asg017/sqlite-regex
I got the following:Seems as easy as adding a
sqlpkg.json
to your repo?It also seems you already did so for hello?
The text was updated successfully, but these errors were encountered: