sqlpkg-cli manages SQLite extensions, just like pip does with Python packages or brew does with macOS programs. It works primarily with the SQLite package registry, 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).
sqlpkg-cli manages SQLite extensions, just like pip does with Python packages or brew does with macOS programs. It works primarily with the SQLite package registry, 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).
To install sqlpkg-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sqlpkg-cli
To see what files were installed by sqlpkg-cli, run:
port contents sqlpkg-cli
To later upgrade sqlpkg-cli, run:
sudo port selfupdate && sudo port upgrade sqlpkg-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.