/asdf-sqlite

A version manager for SQLite in the asdf-vm ecosystem

Primary LanguageShellThe UnlicenseUnlicense

asdf-sqlite

Build Status Lint

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

Use

Check asdf readme for instructions on how to install & manage versions of SQLite.