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

feat(sqlpkg) Add sqlpkg CLI utility for installing SQLite extensions #651

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

fractaledmind
Copy link
Contributor

sqlpkg is a package manager for SQLite extensions. It currently supports ~62 extensions. The command-line utility provides easy access to the library of extensions, and handles installations across environments. The library of extensions can be explored here: https://sqlpkg.org/

I want to make it easy for applications and projects to add this utility so that they can then easily add SQLite extensions for their database.

@coolaj86
Copy link
Member

I've put this up on https://beta.webinstall.dev/sqlpkg for now.

I plan to review more closely and pull it in in the morning. It's a very interesting project that I wish we had years ago.

@nalgeon
Copy link

nalgeon commented Oct 15, 2023

I've tried installing it with beta.webinstall.dev, and it worked like a charm! If all is well from your point of view, could you please make it available on webinstall.dev?

@fractaledmind
Copy link
Contributor Author

Ditto, worked for me as well

Copy link
Member

@coolaj86 coolaj86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fractaledmind!

I made a few edits of my own you can take a look at if you like, but you did a great job on this and I really appreciate it! This was super easy to understand and test thanks to you.

If you create and drop a Đash Wallet address here (or DM me) and I'll be more than happy to send a tip / buy you lunch.

:)

Now we just need to get SQLite on here...

@coolaj86
Copy link
Member

And thanks @nalgeon for creating this. As you can see, I played around with it a bit and opened a few issues with suggestions and potential bugs over on your repo.

@coolaj86 coolaj86 closed this Oct 16, 2023
@coolaj86 coolaj86 reopened this Oct 16, 2023
@coolaj86 coolaj86 merged commit c31c292 into webinstall:main Oct 16, 2023
5 checks passed
@nalgeon
Copy link

nalgeon commented Oct 17, 2023

Thanks a lot!

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

Successfully merging this pull request may close these issues.

3 participants