SQLite plugin for asdf version manager
It uses curl, C compiler & dev tools and file. In Ubuntu or similar Debian systems:
apt install curl build-essential file
In Dockerfile:
RUN DEBIAN_FRONTEND=noninteractive apt install -y curl build-essential file
Install the plugin:
asdf plugin-add sqlite
By default, SQLite will be compiled with most of the recommended compile-time options are enabled. Additionally, multiple optional features are enabled to amke SQLite mure useful.
If you would like to override the compile options, you may set the environment variable ASDF_SQLITE_ENABLED_FEATURES
as desired.
Check asdf readme for instructions on how to install & manage versions of SQLite.