Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install support via sqlpkg? #16

Open
mikeschinkel opened this issue Jan 29, 2024 · 3 comments
Open

Add install support via sqlpkg? #16

mikeschinkel opened this issue Jan 29, 2024 · 3 comments

Comments

@mikeschinkel
Copy link

mikeschinkel commented Jan 29, 2024

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

Seems as easy as adding a sqlpkg.json to your repo?

It also seems you already did so for hello?

@asg017
Copy link
Owner

asg017 commented Jan 29, 2024

That's odd, it seems like it's already a part of the sqlpkg registry: https://github.com/nalgeon/sqlpkg/blob/main/pkg/asg017/regex.json

Maybe sqlpkg install asg017/regex works?

@mikeschinkel
Copy link
Author

Ah, yes it did.

I had tried sqlpkg install asg017/sqlite-regex from your repo URL.

Maybe updating the README.md is all that's needed? I'm too tired this minute or would do a PR.

@mikeschinkel
Copy link
Author

So I added an update on #17 to README.md as I implied I would.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants