asdf-sqlite
April 27, 2025 ยท View on GitHub
SQLite plugin for asdf version manager
Requirements
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
Install the plugin:
asdf plugin-add sqlite
Compilation options
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.
Use
Check asdf readme for instructions on how to install & manage versions of SQLite.