-
Notifications
You must be signed in to change notification settings - Fork 211
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
Conversation
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. |
I've tried installing it with |
Ditto, worked for me as well |
There was a problem hiding this 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...
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. |
Thanks a lot! |
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.