Skip to content

cLupus/asdf-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

A version manager for SQLite in the asdf-vm ecosystem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages